Reputation: 11610
I have used push notification in my app it works well on iphone3 :) but when I am using iphone4 my app is not able to get device token . and
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)devToken
is not called how can I fix this issue
Upvotes: 1
Views: 956
Reputation: 554
I have a jailbroken device and the push notification works fine, so to be exact the push notification service doesn't work on what is called hacktivated devices which are jailbroken devices with no factory unlock.
Upvotes: 0