/Xamarin.Forms.OpenWhatsApp

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

Primary LanguageC#Apache License 2.0Apache-2.0

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>