Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In firebase I get error of FIRAuthErrorDomain Code=17048 "Invalid token. in ios development." How to solve it?

Tags:

ios

swift

I am using firebase OTP authentication in my app.I pass my number to PhoneAuthProvider method of firebase but after that give a error of Invalid token in all device except my device. How to solve this error?

Error look like:

(Error Domain=FIRAuthErrorDomain Code=17048 "Invalid token." UserInfo={NSLocalizedDescription=Invalid token., error_name=INVALID_APP_CREDENTIAL})
like image 723
Chirag5020 Avatar asked Jan 30 '19 06:01

Chirag5020


1 Answers

Upload APNs Auth Key in firebase iOS app configuration

like image 135
Balashekar Avatar answered Sep 22 '22 08:09

Balashekar