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
Asked
Active
Viewed 3,004 times
7
-
1Trying the same thing. See http://stackoverflow.com/questions/18221513/azure-notification-hub-registration-from-javascript-using-rest-services-fails. – Serge van den Oever Aug 14 '13 at 00:48
1 Answers
5
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

codevision
- 5,165
- 38
- 50
-
-
It seems that the plugin is not maintained anymore. I get an error when installing the plugin on cordova 6.0 – pinki Mar 25 '16 at 08:52
-
Did you try use any of forks? https://github.com/craigomatic/cordova-plugin-azure-notificationhub or https://github.com/slimee/cordova-plugin-azure-notificationhub Both seems to be maintained. – codevision Mar 25 '16 at 12:41
-
[self success:pluginResult callbackId:self.callbackId]; issue with this line. this plugin is not working now – Ganesh Manoj Mar 20 '17 at 05:38