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

后端 未结 6 947
我在风中等你
我在风中等你 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:25

    Reason for the can be: - You might be using an unsigned apk to test you app.

    Go to Build->Generate Signed APK -> sign it with the key you used to get your SHA1 Fingerprint to make clientID on google developer console

    Run app-debug.apk and its done!!

提交回复
热议问题