Using Azure Notification Hub with Phonegap

azure-notificationhub, cordova

Solution

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

Problem

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

Original source

Related problems