iphone - RemoteNotifications not registering/not doing anything -


i have followed tutorial: http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12 fully, , after seing had issues app created same app did, simplest possible still no luck.

my problem: [[uiapplication sharedapplication] registerforremotenotificationtypes: (uiremotenotificationtypebadge | uiremotenotificationtypesound | uiremotenotificationtypealert)];

in applicationdidfinishlau... , write 2 methods didregister , didfail never response neither of them (having written stuff in nslog in both of them). running of iphone 4 wifi activated , internet's fine... internet slow here in france after waiting long time still nothing... not didfail..

thanks help

i fixed it, because in france have no cellular network enabled , push notifcations not seem work, @ least first time, when cellular data , 3g disabled in phone.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -