iOS APNS Cert about to Expire (Firebase for Server Side)

匿名 (未验证) 提交于 2019-12-03 08:44:33

问题:

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,

回答1:

If the New push certificate created for the same AppID and contains the bundle ID of the existing app and push certificate is only used in firebase no where else then the old versions of your app should continue receiving push notifications using the new certificate , regardless of which certificate you use

Whenever you update your APNS certificate all version of the app that had push notification will receive the notifications again. There is no need to update the app for this.



易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!