Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix Failed to fetch default token error?

enter image description here

I am getting this error after installing in iphone.

like image 898
Muhammad Zubair Ghori Avatar asked May 25 '16 16:05

Muhammad Zubair Ghori


2 Answers

Using Xcode8, the fix was to simply enable Keychain Sharing in Capabilities

Open the app.xcworkspace file, select Target > Capabilities > Enable 'Keychain sharing'

like image 141
yoziru_desu Avatar answered Oct 02 '22 21:10

yoziru_desu


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.
like image 31
Rachit Rawat Avatar answered Oct 02 '22 20:10

Rachit Rawat