How to fix Failed to fetch default token error?

后端 未结 8 2027
无人及你
无人及你 2020-12-01 09:23

\"enter

I am getting this error after installing in iphone.

相关标签:
8条回答
  • 2020-12-01 09:57

    You have to fix this line before handling this error:

    Failed to fetch default token Error Domain=com.firebase.iid Code=0 "(null)"

    Here is an answer to fix this issue

    0 讨论(0)
  • 2020-12-01 10:00

    Possible reasons for this issue:

    1. Device date was not set to the current date.
    2. Bundle ID is not same that one you set in GoogleService-Info.
    3. .p12 certificate uploaded on Firebase Console is not correct.
    0 讨论(0)
提交回复
热议问题