Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crossgeeks/pushnotificationplugin
Push Notification Plugin for Xamarin iOS and Android
https://github.com/crossgeeks/pushnotificationplugin
aps fcm plugin push-notifications xamarin
Last synced: about 22 hours ago
JSON representation
Push Notification Plugin for Xamarin iOS and Android
- Host: GitHub
- URL: https://github.com/crossgeeks/pushnotificationplugin
- Owner: CrossGeeks
- License: mit
- Created: 2017-07-29T18:07:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T14:43:24.000Z (about 2 years ago)
- Last Synced: 2025-01-14T04:06:40.123Z (8 days ago)
- Topics: aps, fcm, plugin, push-notifications, xamarin
- Language: C#
- Homepage:
- Size: 827 KB
- Stars: 215
- Watchers: 21
- Forks: 96
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Push Notification Plugin for Xamarin iOS and Android
Simple cross platform plugin for handling push notifications. Uses FCM for Android and APS for iOS.[![Build Status](https://dev.azure.com/CrossGeeks/Plugins/_apis/build/status/PushNotification%20Plugin%20CI%20Pipeline?branchName=master)](https://dev.azure.com/CrossGeeks/Plugins/_build/latest?definitionId=4&branchName=master)
### Setup
* Available on NuGet: http://www.nuget.org/packages/Plugin.PushNotification [![NuGet](https://img.shields.io/nuget/v/Plugin.PushNotification.svg?label=NuGet)](https://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|### API Usage
Call **CrossPushNotification.Current** from any project to gain access to APIs.
## Features
- Receive push notifications
- Support for push notification category actions
- Customize push notifications
- Localization
- Storage of the push token can be overwritten by a delegate.## Documentation
Here you will find detailed documentation on setting up and using the 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)
* [Lorenzo Araujo](https://github.com/valentineg8)
* [Tymen Steur](https://github.com/TymenSteur)
* [Sameer Khandekar](https://github.com/sameerkapps)
* [Px7-941](https://github.com/Px7-941)
* [Clinton Rocksmith](https://github.com/clintonrocksmith)
* [xamplum](https://github.com/xamplum)
* [Zain Ahmad Khan](https://github.com/zainniazi)