iOS Device Token
How do we get the iOS Device Token for push notifications? This is needed for some push notification services....any ideas?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How do we get the iOS Device Token for push notifications? This is needed for some push notification services....any ideas?
user parse.com easy integration
I am not able to find anything on Parse.com on how to get the token id....
You need to goto apple developer to register your app for using push notifications. There you will get the device tokens and so on i guess. Haven't done it myself but i think that is what you need.
the point is to use parse.com and use theirs push notification, you don't need to play with tokens at all, just paste code in xcode and done
@Eric have you used Tiggzi with parse.com?
yes, you have to export project as xcode project, add few lines into phonegap-template delegate file and comment few lines for push plugin, works great