Is it possible to share images, text or whatever you want through Whatsapp in a iOS app? I'm searching on google but I only found results talking about Android implementations.
Thanks in advance!
Is it possible to share images, text or whatever you want through Whatsapp in a iOS app? I'm searching on google but I only found results talking about Android implementations.
Thanks in advance!
I added a Whatsapp Sharer to ShareKit.
Check out here: https://github.com/heringb/ShareKit
This is the correct code for share link to whats app users.
Swift 4
Swift 3 version for sending text:
Also, you need to add
whatsapp
toLSApplicationQueriesSchemes
in yourInfo.plist
It is now possible. Have not tried yet though.
The latest release notes for whatsapp indicate that you can through the share extension:
WhatsApp accepts the following types of content:
For Swift 4 - Works fine
delclare
Do not forget to edit the .plist with the following lines
Enjoy!!!