mirhagk
mirhagk

Reputation: 1295

Using Azure Notification Hub with Phonegap

I want to build push notifications into my app using Azure's Notification Hub. My app is built with HTML using Phonegap, so I'm wondering if anyone has seen a plugin or tools to make these work

Upvotes: 7

Views: 3019

Answers (1)

codevision
codevision

Reputation: 5570

Please take a look at Windows Azure Notification Hubs plugin for Apache Cordova

https://github.com/sgrebnov/cordova-plugin-azure-notificationhub

This plugin support Windows8, Windows Phone8, iOS and Android platforms

Upvotes: 5

Related Questions