mzonerz
mzonerz

Reputation: 1250

Use azure push notification hub in phonegap app

I have an app which will be receiving push notifications.i have sample app which is designed to work with this scenario.i have completed following steps

I can send test messages using inbuilt debugger in azure notification hub.when i send message it shows message sent successfully.but I'm not receiving any messages.

http://blogs.msdn.com/b/azuremobile/archive/2014/06/17/push-notifications-to-phonegap-apps-using-notification-hubs-integration.aspx

this is link for sample app.

Upvotes: 0

Views: 121

Answers (1)

Nikita R.
Nikita R.

Reputation: 7483

Overall, if you don't receive a push with Azure Notification Hubs, you can almost always troubleshoot it using diagnosis guidelines.

Regarding the original question, @mzonerz had been able to resolve his issue and posted a detailed blog post about it at windows azure Push Notification sample app with Phonegap.

Upvotes: 1

Related Questions