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

你说的曾经没有我的故事 提交于 2019-12-01 05:11:36

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

I was using an existing project to create google sign in. I logged the issue on android as well, but didn't get response till now Issue Repoted Here.

So, I created a new Project with new packagename in Android Studio and copied paste all my required files (Resources and Java files only) from previous project. Created a new project for google sign in and followed the procedure by google

Now I was able to sign in properly.

I think (Not Sure) Android Saved some data from previous project in and it was not cleaned even after cleaning and rebuilding the project. So at last I had to create a new project.

I faced the same problem ... i searched a lot tell i found the solution here.

"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"

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!