tags:

views:

115

answers:

1

For,Apple Push Notification Service

Is it Possible register a device at run time if it is not registered????????

A: 

Have a read through the APNS Programming guide.

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

Tells you most of the details you need to know.

Littlejon