Skip to content

juucustodio/Xamarin.Forms.OpenWhatsApp

Repository files navigation

Xamarin.Forms.OpenWhatsApp

Send message to specific number from your Xamarin.Forms application using this package.

This plugin, works on iOS, Android

NuGet

Name Info
OpenWhatsApp NuGet

Platform Support

OpenWhatsApp is a .NET Standard 2.0 library.Its only dependency is the Xamarin.Forms

Setup / Usage

Install the package in the shared project and use.

Use the Open method

  Chat.Open("Phone Number", "Message");

iOS

Add this key in the Info.plist

	<key>LSApplicationQueriesSchemes</key>
	<array>
     		<string>whatsapp</string>
	</array>

About

Open WhatsApp to send message to specific number from your Xamarin.Forms application using this package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages