ios - Sharing image to WhatsApp directly -


i want share image whatsapp directly, without showing intermediate controllers, uidocumentinteractioncontroller or uiactivitycontroller.

official whatsapp documentation says nothing direct image sharing, @ first glance direct sharing seems impossible.

but know it's possible. @ least 2 apps in app store can it:

  1. "sticky ai"
  2. workflow https://itunes.apple.com/us/app/workflow/id915249334?mt=8

how workflow it? in advance.

update: found interesting here: http://resources.infosecinstitute.com/ios-application-security-part-30-attacking-url-schemes/#gref. there hint existence of "whatsapp://image/%@" url scheme.

found solution leonatan@github. works perfectly.

https://github.com/leonatan/lnextensionexecutor/


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -