Simple cross platform plugin for handling push notifications. Uses FCM for Android and APS for iOS.
- Available on NuGet: http://www.nuget.org/packages/Plugin.PushNotification 
- Install into your .NETStandard project and Client projects.
Platform Support
| Platform | Version | Tested | 
|---|---|---|
| Xamarin.iOS | iOS 8+ | iOS13 | 
| Xamarin.Android | API 15+ | API 28 | 
Call CrossPushNotification.Current from any project to gain access to APIs.
- Receive push notifications
- Support for push notification category actions
- Customize push notifications
- Localization
- Storage of the push token can be overwritten by a delegate.
Here you will find detailed documentation on setting up and using the Push Notification Plugin for Xamarin