Android Google SignIn not working in debug mode: GoogleSignInResult is false

后端 未结 6 950
我在风中等你
我在风中等你 2020-12-17 08:36

I have been following this tutorial to get Google SignOn going: https://developers.google.com/identity/sign-in/android/start-integrating

When I run my application lo

6条回答
  •  无人及你
    2020-12-17 09:37

    You are probably missing dev console registration. It's very common developers will have multiple signing cert configuration: debug key store, test environment signing cert, production signing cert. signing cert SHA1 + package name uniquely identifies an Android client and needs to be registered individually in dev console.

    See below blogpost to understand more about OAuth clients registration:

    http://android-developers.blogspot.com/2016/03/registering-oauth-clients-for-google.html

    Or see this post: Test google signin on Android in development phase

提交回复
热议问题