Google Sign In error Status {statusCode = DEVELOPER_ERROR, permission = null} from the same play store application not from the same signed apk

I think this is a bug in Android, Android studio or Google. I can log in to Google through a signed apk. But if I download the same apk in the game store, it will tell me Status{statusCode=DEVELOPER_ERROR, resolution=null}.

I want to know how it is possible that I cannot log in to the application downloaded from the Play Store, and I can log in when I use the same apk from my PC that I downloaded to play in the store.

It must not be DEVELOPER_ERROR, it must be ANDROID_ERROR, GOOGLE_ERROR or HOW_TO_IRRITATE_DEVELOPER_BY_ANDROID.

Any suggestions for resolving this ANDROID_ERROR that they say are DEVELOPER_ERROR.

+4
source share
3 answers

I used an existing project to create google login. I also logged the issue on android, but still have not received an Issue Repoted response here .

So, I created a new project with a new package in Android Studio and copied all my required files (only resources and Java files) from the previous project. Created a new google login project and completed the google procedure

Now I was able to enter correctly.

I think (not sure) Android Saved some data from the previous project, and it was not cleared even after cleaning and restoring the project. So finally, I had to create a new project.

0
source

, , Google

1. , Google JSON, , . 2. firebase, .

3. ( ): Google " " " ".

Google playstore, Google . SHA1, firebase.

SHA1 Firebase. ,

+5

... , .

"Google playstore, Google . SHA1, firebase. SHA1 Firebase. , "

https://stackoverflow.com/users/4943560/sanjay-km

0
source

Source: https://habr.com/ru/post/1681763/


All Articles