Google Firebase Push Notifications for iOS are not working in production environment

后端 未结 4 427
粉色の甜心
粉色の甜心 2020-12-29 04:45

I\'m using Google Firebase Cloud Messaging API (FCM) to send push notifications to my iOS app. I could get push-notifications working successfully when I test the a

4条回答
  •  礼貌的吻别
    2020-12-29 05:21

    Had same issue. Finally got it working by:

    1. Using the correct Project and Target Build Settings as mentioned in This link.

    2. And revoking the existing push certificates and creating a new one completely, and then uploading the new certificate's .p12 file to the Firebase Console.

提交回复
热议问题