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:
- "sticky ai"
- 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.
Comments
Post a Comment