Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone APNS Sandbox vs. Production for not yet approved apps

Is it true that the production APNS is unavailable until an app is approved to the app store? I can use the sandbox certificates fine, but production yields no results.

like image 701
Art C Avatar asked Dec 30 '22 07:12

Art C


1 Answers

You can use the production push services if you build your app with a distribution provisioning profile (as with an ad hoc build). You'll get a different device token, and the app will connect with Apple's production push service.

like image 147
robotadam Avatar answered Mar 23 '23 16:03

robotadam