Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Sign In error Status{statusCode=DEVELOPER_ERROR, resolution=null} from same play store app not from same signed apk

I think this is a bug in android, android studio or google. I am able to login to google through the signed apk. But If I upload the same apk on play store it says me Status{statusCode=DEVELOPER_ERROR, resolution=null}.

I want to know how can it be possible that I am not able to login from the app downloaded from the Play Store and I am able to login when I use the same apk from my PC which I have uploaded to play store.

This should not be DEVELOPER_ERROR this should be ANDROID_ERROR, GOOGLE_ERROR or HOW_TO_IRRITATE_DEVELOPER_BY_ANDROID.

Any suggestions on how to resolve this ANDROID_ERROR which they say DEVELOPER_ERROR.

like image 441
Rakesh Yadav Avatar asked Jul 19 '17 07:07

Rakesh Yadav


1 Answers

I got this issue few days ago and i solved this by following the google guideliness

1.make sure the google JSON file your adding in App folder must be from the developer account. 2.Update all keys in the firebase account, release and debug key.

3.(important step): there is tab called "App signing" in Release management section in your google play console.

Google has released a new signing service in playstore publish console in which google will signin your app with his keystore. After signing , it will give you a new SHA1 key which you have to add in your firebase account.

after adding that SHA1 key to your Firebase account. try login, it works fine

like image 57
sanjay km Avatar answered Sep 20 '22 18:09

sanjay km