FCM Push notifications do not work on iOS 11

后端 未结 5 630
遇见更好的自我
遇见更好的自我 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:24

    It appears that with FirebaseInstanceID 2.0.3 push notifications don't work. It helped me to set: pod 'FirebaseInstanceID', "2.0.0". Maybe in next version this will be fixed.

提交回复
热议问题