I am able to registered for apple push notification but not able to get my device token.
The following method id not running at all.
- (void)application

UIApplication*)application didRegisterForRemoteNotificationsWithDeviceToken

NSData*)deviceToken
{
NSLog(@"My token is: %@", deviceToken);
}
please suggest me.