Send message to specific number from your Xamarin.Forms application using this package.
NuGet
Name | Info |
---|---|
OpenWhatsApp |
Platform Support
OpenWhatsApp is a .NET Standard 2.0 library.Its only dependency is the Xamarin.Forms
Install the package in the shared project and use.
Use the Open method
Chat.Open("Phone Number", "Message");
Add this key in the Info.plist
<key>LSApplicationQueriesSchemes</key>
<array>
<string>whatsapp</string>
</array>