iOS APNS 证书即将过期(服务器端的 Firebase)

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

我有一个 APNS 证书,该证书设置为在 2017 年 1 月到期的实时应用程序。我已经更新了证书并创建了 .cer.p12 文件。

我正在使用 Firebase 云消息传递来处理我的推送通知。如果我现在将新的 .p12 文件添加到 firebase 控制台,是否会覆盖当前文件并中断实时应用程序上的推送通知?

如果是,我如何管理到新证书的无缝过渡?我是否只是等到新应用程序在应用程序商店中上线,然后上传 .p12

谢谢,

如果为同一个 AppID 创建的新推送证书包含现有应用程序的捆绑 ID,并且推送证书仅在 firebase 中使用,没有其他地方那么您的应用程序的旧版本应该继续使用新版本接收推送通知certificate ,无论您使用哪个证书

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.