FCM Push notifications do not work on iOS 11

后端 未结 5 631
遇见更好的自我
遇见更好的自我 2020-12-03 13:44

I use Firebase as a backend. I also use FCM as one of the provided features from Firebase. FCM worked well in iOS 10, but after switching to iOS 11, push notifications stopp

5条回答
  •  伪装坚强ぢ
    2020-12-03 14:45

    Please update your FCM pod

    pod ‘Firebase/Messaging’
    

    to the latest version, which is 2.0.6

    Installing FirebaseInstanceID (2.0.6)
    Installing FirebaseMessaging (2.0.6)
    

    It should work with iOS 11+ devices.

提交回复
热议问题