tags:

views:

252

answers:

1

how to generate device token used for apple push for a particular application for that device for a user

+1  A: 

The following document outlines most of the APNS functionality. Including howto generate a device token.

http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/RemoteNotificationsPG.pdf

Littlejon