Push Notification Plugin for Xamarin iOS and Android (Updated original package to use secure storage)
Simple cross platform plugin for handling push notifications. Uses FCM for Android and APS for iOS.
- Available on NuGet: https://www.nuget.org/packages/Plugin.PushNotification-updated/1.3.1
- Install into your PCL project and Client projects.
Platform Support
Platform | Version |
---|---|
Xamarin.iOS | iOS 8+ |
Xamarin.Android | API 15+ |
Call CrossPushNotification.Current from any project or PCL to gain access to APIs.
- Receive push notifications
- Support for push notification category actions
- Customize push notifications
- Localization
Here you will find detailed documentation on setting up and using the Push Notification Plugin for Xamarin