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
Push notification wont work in jailbroken device.