Simple cross platform plugin for handling azure notification hub push notifications.
- Available on NuGet: http://www.nuget.org/packages/Plugin.AzurePushNotification
- Install into your .NETStandard project and Client projects.
Platform Support
Platform | Version |
---|---|
Xamarin.iOS | iOS 8+ |
Xamarin.Android | API 15+ |
Call CrossAzurePushNotification.Current from any project to gain access to APIs.
- Receive push notifications
- Tag registration
- Support for push notification category actions
- Customize push notifications
- Localization
Here you will find detailed documentation on setting up and using the Azure Push Notification Plugin for Xamarin