是否可以在没有 Apple Developer Program 的 iOS 应用中使用 Firebase Cloud Messaging?

5 apple-push-notifications ios firebase swift firebase-cloud-messaging

我想知道是否可以在没有 Apple Developer Program 的情况下通过 iOS 应用程序使用 firebase 云消息传递?

例如,我问我是否可以为 Apple Push Notification 设置证书?

我在网上没有找到太多信息。

小智 5

不,这不可能。我们必须在 FCM 上上传 .p12 文件以进行云消息传递,因此生成证书和 .p12 文件我们必须需要一个苹果开发者的帐户。