0

My app is all already up and live at the app store!

Before i uploaded it i checked the push notification on the development, and everything worked perfectly fine (it still works on the development Cer).

I tried to re generating the certificate several times with this tutorial, that in the past always worked for me :https://pushio.zendesk.com/entries/21644287-generating-a-pem-file-for-ios Same as the provision files. I checked the bundle name to see its all the same.

I'm out of ideas what else to do, is there is no ether way ill change the code in the app it self, and ask for an update. but even then i do not know what else to change!

Any advice will be much appreciated!

Thanks

MCMatan
  • 8,623
  • 6
  • 46
  • 85

1 Answers1

2

Check for these:

1-gatway for

Developer :gateway.sandbox.push.apple.com, port 2195. Distribution :gateway.push.apple.com, port 2195

2-Check that push notification is enable in your distribution profile.

suraj Gupta
  • 76
  • 1
  • 9
  • 2 - Checked 1 - Were do i see this? " Developer :gateway.sandbox.push.apple.com, port 2195. Distribution :gateway.push.apple.com, port 2195" is it at actual document? – MCMatan Feb 25 '14 at 08:08
  • which push code service you are using.? Is it there in server side push code. – Suhas Gosavi Feb 25 '14 at 08:11
  • yes these gateway are mention in apple site. https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ProvisioningDevelopment.html – suraj Gupta Feb 25 '14 at 08:48