Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 593
mirhagk Avatar asked Aug 13 '13 15:08

mirhagk


1 Answers

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

like image 70
codevision Avatar answered Nov 19 '22 15:11

codevision