I have an APNS certificate that is set to expire in Jan 2017 on a live application. I have renewed the certificate and created my .cer
and .p12
files.
I am using Firebase Cloud Messaging to handle my push notifications. If I add the new .p12
file to the firebase console now, will that overwrite the current one and break push notifications on the live app?
If so how do I manage a seamless transition to the new certificates? Do I just wait until the new app is live in the app store and then upload the .p12
?
Thanks,