https://github.com/crossgeeks/azurepushnotificationplugin
Azure Push Notification Plugin for Xamarin iOS and Android
https://github.com/crossgeeks/azurepushnotificationplugin
aps azure fcm notification-hub plugin push-notifications xamarin
Last synced: 24 days ago
JSON representation
Azure Push Notification Plugin for Xamarin iOS and Android
- Host: GitHub
- URL: https://github.com/crossgeeks/azurepushnotificationplugin
- Owner: CrossGeeks
- License: mit
- Created: 2017-11-01T20:22:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T10:23:18.000Z (over 1 year ago)
- Last Synced: 2025-03-30T12:09:42.218Z (about 1 month ago)
- Topics: aps, azure, fcm, notification-hub, plugin, push-notifications, xamarin
- Language: C#
- Homepage:
- Size: 576 KB
- Stars: 67
- Watchers: 11
- Forks: 35
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Azure Push Notification Plugin for Xamarin iOS and Android
[](https://dev.azure.com/CrossGeeks/Plugins/_build/latest?definitionId=10&branchName=master)
Simple cross platform plugin for handling azure notification hub push notifications.
### Setup
* Available on NuGet: http://www.nuget.org/packages/Plugin.AzurePushNotification [](https://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+|### API Usage
Call **CrossAzurePushNotification.Current** from any project to gain access to APIs.
## Features
- Receive push notifications
- Tag registration
- Support for push notification category actions
- Customize push notifications
- Localization## Documentation
Here you will find detailed documentation on setting up and using the Azure Push Notification Plugin for Xamarin
* [Getting Started](docs/GettingStarted.md)
* [Receiving Push Notifications](docs/ReceivingNotifications.md)
* [Android Customization](docs/AndroidCustomization.md)
* [iOS Customization](docs/iOSCustomization.md)
* [Notification Category Actions](docs/NotificationActions.md)
* [Notification Localization](docs/LocalizedPushNotifications.md)
* [FAQ](docs/FAQ.md)#### Contributors
* [Rendy Del Rosario](https://github.com/rdelrosario)
* [Charlin Agramonte](https://github.com/char0394)
* [Alberto Florenzan](https://github.com/aflorenzan)
* [Angel Andres Mañon](https://github.com/AngelAndresM)
* [Tymen Steur](https://github.com/TymenSteur)
* [Mircea-Tiberiu MATEI](https://github.com/matei-tm)
* [Pier-Lionel Sgard](https://github.com/plsgard)
* [Peseur](https://github.com/Peseur)
* [Zain Ahmad Khan](https://github.com/zainniazi)