带 APN 的 Firebase 云消息传递

Firebase Cloud Messaging with APN

今天我们收到一封来自 Apple 的电子邮件:

Dear XX XX,

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.

Learn more about connecting to APNs.

If you have any questions, contact us.

Best regards, Apple Developer Relations

如果我们使用 FCM 进行推送通知,如何进行? FCM 需要更新他们的证书吗?

我对所有这些(FCM、APN、iOS 开发)都是新手,所以,完整的解释会很好。

对于您的情况,您无需采取任何措施,因为您不是 运行 推送通知提供商。

如果需要对其他内容进行任何更改,Firebase 会向您发送一封电子邮件,说明如何操作。