KawaiKx
KawaiKx

Reputation: 9940

When do I update the APN pem

We are using the development APN pem currently.

We are about to submit app to the apple store for review for distribution

Shall we change the APN pem to distribution one now or only after apple's approval?

Currently for beta testing, we are using the build that uses development APN pem

Upvotes: 0

Views: 61

Answers (1)

Sven Driemecker
Sven Driemecker

Reputation: 3501

You should not change the Push Notification Cert on your server, instead you should provide one for each environment (development, production). You can create one certificate per environment for your app in the Developer Portal. This approach allows you to test your push notification code and setup from Debug-Builds as well as from AdHoc-, TestFlight- or AppStore-Builds.

Upvotes: 1

Related Questions