edhnb
edhnb

Reputation: 2192

Apple push notifications only working on one device

I have push notifications working on my main development device... but it is not working for my test device (using the same application). Does the test device also need to be set up as a development device? The app works.. it just does not populate the device token up to the server. I need to be able to send the app to testers and have push notifications work for everyone.

Upvotes: 3

Views: 1506

Answers (1)

Thomas Johan Eggum
Thomas Johan Eggum

Reputation: 915

Beware that an app built with a development provision profile, must be notified trough the sandbox-version of the PNS-service with a development push certificate. If your application is built with a distribution sertificate ( either ad hoc or App store), you must use the production PNS-service with a production push certificate.

Hope this helps:)

Upvotes: 5

Related Questions