接入google play service 的debug模式测试时候弹出选择谷歌账户后回调失败的原因【三个常见小坑】

我所以遇见的错误有三个,都是犹豫配置引起的,真是日了犬。

一,

弹出googleplay后选择账户后,根本没反应,日志里是connect 失败

这是由于在google play service 用开发者账号配置游戏后生成的appId 没有配置在应用里

二,

弹出对话框

Failed to sign in.Please check your network connection and try again

这是由于没有把自己的谷歌账户配置到测试列表的原因

三,

弹出对话框

The application is incorrectly configured,Check that the package name and signing certificate match the client ID created in Developer Console.Also,if the application is not

yet published,check tat the account you are trying to sign in with is listed as a testeraccount.see logs for more information.

这是由于你要把你本地 的key-store里的 SH1用开发者账号配置到游戏关联应用,授权时的SH1


你可能感兴趣的:(配置)