ios - Apple Push Notification 服务服务器证书更新

标签 ios firebase ssl firebase-cloud-messaging apple-push-notifications

On March 29, 2021, token and certificate-based HTTP/2 connections to the Apple Push Notification service must incorporate the new root certificate (AAACertificateServices 5/12/2020) which replaces the old GeoTrust Global CA root certificate. To ensure a seamless transition and to avoid push notification delivery failures, verify that both the old and new root certificates for the HTTP/2 interface are included in the Trust Store of each of your notification servers before March 29.

Note that Apple Push Notification service SSL provider certificates issued to you by Apple do not need be to updated at this time.


我收到这封关于更新推送通知证书的电子邮件。我已将 FCM (Firebase) 配置为使用 APNs 身份验证 key 发送推送通知。我还没有为推送通知生成任何证书。
我需要改变什么吗?

最佳答案

在你的情况下,没有。您已经在使用新的身份验证机制并且不需要更改 key :

Note that Apple Push Notification service SSL provider certificates issued to you by Apple do not need be to updated at this time.


您可以相信 Firebase/Google 已经更新了他们的根证书。 (如果他们不这样做,他们可能会失去成千上万客户的信任。)他们拥有电子邮件中提到的“通知服务器”。

关于ios - Apple Push Notification 服务服务器证书更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66153798/

相关文章:

javascript - 尝试添加到状态数组抛出 Cannot read property 'setState' of null

javascript - 用于安全握手的 SSL 替代方案?

ios - 为什么这个变量被认为不是数字

ios - 设置后关闭 ShortcutViewController

java - 添加 firebase 与 google play 服务冲突

swift - 如何在不知道路径的情况下从 firebase 获取所有子数据

amazon-web-services - 将证书/ key 上传到 AWS 负载均衡器

Puma 的 SSL 客户端证书

ios - 通过点击单元格中的 ImageView 进行转场

ios - 如何让 SwiftUI 全屏显示?