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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -