Suggestion on how to link APN's device token to a registered user (through phonegap or UIWebView)
问题 Similar question here: jQueryMobile, Phonegap and Device Token - iOS The scenario is, I have this PhoneGap web based application, and the native iOS help me registered the device on APN and I received the device token in my server database. Question 1: How do you associate a registered user (through the UIWebView) to this device token using PhoneGap? What's in my mind now is to write a custom plugin and pass the device token along during user registration. Is there any better alternative?