Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T10:23:18.000Z (12 months ago)
- Last Synced: 2024-11-01T23:05:32.019Z (19 days ago)
- Topics: aps, azure, fcm, notification-hub, plugin, push-notifications, xamarin
- Language: C#
- Homepage:
- Size: 576 KB
- Stars: 67
- Watchers: 12
- Forks: 34
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Azure Push Notification Plugin for Xamarin iOS and Android
[![Build Status](https://dev.azure.com/CrossGeeks/Plugins/_apis/build/status/AzurePushNotification%20Plugin%20CI%20Pipeline?branchName=master)](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 [![NuGet](https://img.shields.io/nuget/v/Plugin.AzurePushNotification.svg?label=NuGet)](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)