App not correctly configured to use Google Play services

↘锁芯ラ 提交于 2019-12-04 13:52:12

I have the same problem. I followed this guide

https://developers.google.com/games/services/android/troubleshooting

Despite revising every topic in this guide (which is necesary if you have some mistakes in configuration), the problem persisted.

To solve it, i clear linked application and I created it again. But instead of creating it through Google Developer Console, I created it through Google Play Console. So for each SH1 code, I create new linked application, and then problem solved

The package Id should match the main android app package mentioned in the manifest xml file. It needs to be the main App package name and not the library package name.

I had the same problem. All you need to do is double check SHA1 created in Developers Console (API) and SHA1 while building APK for your file [final step] (both should be exactly same). It will be same if you have inserted App ID correctly.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!