Reputation: 198
I have a question about changing the Push notification certificates and what effect it could have on people using our apps. We now use 2 certificates for Push notifications, one for Sandbox and one for Production.
Apple introduced the option to use 1 certificate for both Production and Sandbox. Let's say I remove the Sandbox en Production certificate and create a new one for both Production and Sandbox and add that certificate to my backend. Would that affect the users that are currently downloaded the app from the App Store?
Thx!
Upvotes: 1
Views: 470
Reputation: 2443
You can revoke the old certificates, generate new single cert and update it on your backend.
Push Certificate
is not a part of the deployment of the application it's only updated on the server side
so it won't affect receiving pushes for the previously downloaded apps.
Everything should work fine.
Upvotes: 1