Upload new APNS certificate to GCM

前端 未结 1 1205
悲&欢浪女
悲&欢浪女 2021-01-03 07:56

We have an app for iOS and Android that uses GCM. I\'m trying to upload a new production APNS certificate to GCM but I can\'t because Google is moving GCM to Firebase.

相关标签:
1条回答
  • 2021-01-03 08:29

    I would suggest that you move to Firebase Cloud Messaging (FCM). If you go to the Firebase console you will be able to create a new Firebase project or import an existing Google project. Once you are in your Firebase project you will be able to connect your iOS and Android apps. You can then upload your APNs cert there.

    See the docs for more details on connecting iOS apps and uploading APNs cert to Firebase.

    0 讨论(0)
提交回复
热议问题