onConnectionFailed: ConnectionResult.getErrorCode() = 4

前端 未结 3 707
迷失自我
迷失自我 2021-01-02 21:19

Here i am doing google + integartion.i am using the following code but i am facing the error which is : onConnectionFailed: ConnectionResult.getErrorCode() = 4.So please any

3条回答
  •  北海茫月
    2021-01-02 21:43

    For me the problem was that I had not created the credentials for the app.

    Went to Google Developers Console > Credentials > Create New Client ID

    filled the corresponding package name and SHA1 for my app, reran the app and then it worked!

提交回复
热议问题