Ali
Ali

Reputation: 11610

push notification is not working on iphone4

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

Answers (2)

Christopher Nassar
Christopher Nassar

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

KingofBliss
KingofBliss

Reputation: 15115

Push notification wont work in jailbroken device.

Upvotes: 4

Related Questions