Using the Azure Notification Hub with Telephony

I want to create push notifications in my application using the Azure Notification Hub . My application is built using HTML using Phonegap, so I wonder if anyone saw a plugin or tools to make this work

+7
cordova azure-notificationhub
source share
1 answer

Please check out the Windows Azure Notification Hubs plugin for Apache Cordova

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

This plugin supports Windows8, Windows Phone8, iOS and Android platforms.

+4
source share

All Articles