Google Sign In error: Status Code: SIGN_IN_REQUIRED when signing in with Google on android

前端 未结 1 1489
情话喂你
情话喂你 2021-01-20 08:35

Everytime I try to login with Google API, I get the following error. My manifest has the appropriate permissions and I did create my credentials accordingly. So I don\'t kno

相关标签:
1条回答
  • Make sure SHA-1 signing-certificate fingerprint of your app in google developers console belong to the same key which is used to sign APK you are testing.

    By default, when assembling debug build Android Studio use own debug key. You can change it through right-clicking on the app and selecting "Open Module Settings". Go to "Signing" tab and configure the same key you have mentioned in dev console. After that navigate to the "Build Types" tab and select your signing configuration.

    0 讨论(0)
提交回复
热议问题