vote up 1 vote down star
1

I've gone through all the steps as specified, am using a dev certificate with APN enabled and am calling registerForRemoteNotificationTypes: with the right flags in my app delegate.

Still, neither application:didRegisterForRemoteNotificationsWithDeviceToken: nor application:didFailToRegisterForRemoteNotificationsWithError: are being called. It looks like the registration request just gets stuck in transit.

What am I doing wrong?

flag
Can we see the code? It sounds like you're doing it right. – Alex Oct 9 at 16:12
Also, it would be worth running through the steps again to make sure your provisioning profile is set up correctly. developer.apple.com/IPhone/library/… – Alex Oct 9 at 16:14
Alex: Copied and pasted from the OpenFeint developer's site. Also tested to make sure that registerForRemoteNotificationTypes: is being called, and tested just calling it directly in my app delegate. When I test it with a bad profile application:didFailToRegisterForRemoteNotificationsWithError does get called with the appropriate error description, so I know that it's going out. It's just that the success delegate never gets called. – Ben Jackson Oct 9 at 16:33
Well, for the record this example doesn't work with my profile either: github.com/gevermann/gmail-iphone-push So something must be wrong with the profile. – Ben Jackson Oct 9 at 17:44
Ok, tried with another profile and it is at least prompting me to enable push at startup, however when I enable it an alert pops up asking me to connect to iTunes to use Push. – Ben Jackson Oct 9 at 18:02

1 Answer

vote up 0 vote down

Try your App on another device. If it works there...

I have the same Problem with one iPhone 3G (no jailbreak, no unlock). It somply dos not work with that phone. I tried updating to a newer iPhone OS. I tried a factory reset. It does show the confirmationscreen and it records the answer in the Settings. But neither application:didFailToRegisterForRemoteNotificationsWithError nor application:didRegisterForRemoteNotificationsWithDeviceToken are ever called.

The same App works on all other tested devices (ipods, iphones). This iPhone 3G does also not receive PNs for other apps.

PNs also did not work for one Jailbroken Classic iPhone.

It might be that your device is simply not behaving correctly. Try a different device.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.