Android Google Plus sign in issue. handleSignInResult returns False

前端 未结 8 1064
日久生厌
日久生厌 2021-01-02 04:07

I\'ve been facing some issues while integrating Google+ Signin functionality. So far, i\'ve integrated all the necessary G+ Sign in API modules and codes which works good, g

8条回答
  •  自闭症患者
    2021-01-02 04:37

    As Sudhanshu Gaur pointed out in this post, try first generate a signed apk using the same key you used to create your json configuration file. Then install it on your device and see whether it works. The reason is Android Studio does not sign your apk when you click "run".
    I was stuck on exactly the same problem and this fix worked fine for me.

提交回复
热议问题