I have followed this tutorial: http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12
fully, and after seing that I had issues with my app I even created the same app as he did, the simplest possible but still no luck.
My problem: I do
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:
(UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert)];
in applicationDidfinishLau… and write the two methods didRegister and didFail but I never get a response back from neither of them (having written some stuff in NSLog in both of them).
I am running of iPhone 4 with wifi only activated and internet’s fine… however my internet is very slow here in france but even after waiting a long time still nothing… not even didFail..
thanks for your help
I fixed it, because I am in France I have no cellular network enabled and push notifcations do not seem to work, at least for the first time, when cellular data and 3G are disabled in the phone.