7

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

mirhagk
  • 1,255
  • 3
  • 14
  • 28
  • 1
    Trying 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 Answers1

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
  • tags are not supported so it's quite useless for me atm – Simone Aug 31 '15 at 11:39
  • 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