Page 1 of 1

iOS Device Token

Posted: Sat Dec 08, 2012 7:16 pm
by Nathan Kahl

How do we get the iOS Device Token for push notifications? This is needed for some push notification services....any ideas?


iOS Device Token

Posted: Sat Dec 08, 2012 8:42 pm
by Eric5020946

user parse.com easy integration


iOS Device Token

Posted: Sat Dec 08, 2012 8:44 pm
by Nathan Kahl

I am not able to find anything on Parse.com on how to get the token id....


iOS Device Token

Posted: Sat Dec 08, 2012 10:10 pm
by BjornS

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.

http://docs.tiggzi.com/tutorials/send...


iOS Device Token

Posted: Sat Dec 08, 2012 11:45 pm
by Eric5020946

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


iOS Device Token

Posted: Sun Dec 09, 2012 12:30 am
by BjornS

@Eric have you used Tiggzi with parse.com?


iOS Device Token

Posted: Sun Dec 09, 2012 12:49 am
by Eric5020946

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