Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.72 KB

File metadata and controls

49 lines (36 loc) · 1.72 KB

Azure Push Notification Plugin for Xamarin iOS and Android

Simple cross platform plugin for handling azure notification hub push notifications.

Setup

Platform Support

Platform Version
Xamarin.iOS iOS 8+
Xamarin.Android API 15+

API Usage

Call CrossAzurePushNotification.Current from any project or PCL 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

Contributors