dknaack
dknaack

Reputation: 60438

Azure Notification Hubs with Cordova

In order to use Azure Notification Hubs in my Cordova application, i searched the web.

I could not find any solution that looks reliable to me. For example i found https://github.com/sgrebnov/cordova-plugin-azure-notificationhub but the last commit was 2 years ago.

Iam familiar how to do it in Android using Java (native) but want to do the exact same thing now in cordova (simply subscribe to a hub and recieve pushes)

What is the current way to achieve my goal? Do you know any links or tutorials?

Upvotes: 1

Views: 264

Answers (1)

Amanda Lange
Amanda Lange

Reputation: 743

This is more recent: https://github.com/Azure/mobile-services-samples/tree/master/CordovaNotificationsArticle but it does require Visual Studio 2013 Update 5 to install the Cordova tools if you don't have it.

Upvotes: 1

Related Questions