pakbull6772540
Posts: 0
Joined: Sun Mar 30, 2014 4:08 pm

Push Notification Setup for Azure Cloud

I have used and setup appery push notifications and it has to be the easiest thing to accomplish and works just fine.

I now have an app that uses Azure back end as the database. There are a number of articles on setting azure push notifications etc. Also articles on how the different devices (ios, android, windows) should register.

However, I am unable to figure out how to register the device. In Appery, it happens automatically when PUSH is enabled. Are there specific events or API in the appery platform that should be configured.

Are there phonegap / cordova api?

All examples from Azure talk about modifying .m files in xcode or similar files in eclipse. Do I need to export the project in xcode and then follow that process?

Thank you for your help.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Push Notification Setup for Azure Cloud

Hi -

[quote:]However, I am unable to figure out how to register the device. In Appery, it happens automatically when PUSH is enabled. Are there specific events or API in the appery platform that should be configured.[/quote]

Yes, you right - this is our backend service that makes it based on our own REST API integration.

You can make the similar your own REST API based on Azure platform.

pakbull6772540
Posts: 0
Joined: Sun Mar 30, 2014 4:08 pm

Push Notification Setup for Azure Cloud

I have the rest api built. However, not sure which event to place it under so it will register the app?

Also, can I then use the same localstorage variables to store the values?

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

Push Notification Setup for Azure Cloud

Hello.

Device id can be found after device ready event under pushNotificationDeviceID local storage variable
Here is a doc about pushnotification
http://devcenter.appery.io/documentat...

Return to “Issues”