Firebase Push notifications don't work on iOS 13

后端 未结 8 1553
轮回少年
轮回少年 2021-01-03 02:31

Firebase push notifications aren\'t working on iOS 13. But works fine in iOS 12.4. Any solution?

Edited: 04.10.19

Silent push notification not working iOS 13

相关标签:
8条回答
  • 2021-01-03 03:21

    Quick Fix Solution:

    If you are facing issue to receive push notification on iOS version 13.2.X, then do below change in device settings and check again:

    Device > Settings > Search your AppName > Notifications > Banner Style > Change it to "Persistent" from "Temporary" or vise-versa one time.

    Now send push notification again and its start receiving.

    0 讨论(0)
  • 2021-01-03 03:24

    Could be to do with the way the push token gets pulled out of the Data object. I'm not super familiar with Firebase push notifications, but if you have to pass the push token to Firebase, you may need to change the way you get the token. If Firebase has an SDK that handles this, you may need to update it.

    OneSignal talk about the change here.

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