I tried the following in a simple app and it no longer works:-
[[UIApplication sharedApplication] openURL: [NSURL URLWithString:[NSString stringWithFormat:@"whatsapp://send?abid=%d&text=%@", abid, @""]]];
Has WhatsApp dropped this functionality in their latest version?
In iOS 9, LSApplicationQueriesSchemes
need to call, ensure once are you added the following information in your .plist:
<key>LSApplicationQueriesSchemes</key>
<array>
<string>whatsapp</string>
</array>
check this will work for you or not
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With