Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/unity3d/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android Google Play Services-API版本6太高_Android_Unity3d_Google Play_Google Play Services - Fatal编程技术网

Android Google Play Services-API版本6太高

Android Google Play Services-API版本6太高,android,unity3d,google-play,google-play-services,Android,Unity3d,Google Play,Google Play Services,我正在使用Unity3d 5.6.0f3开发一款Android游戏。在我的Galaxy S6 Edge(Android 7.0)上,Google Play服务运行良好。我使用这个插件集成了Google Play服务 今天我买了一个Galaxy Tab a 8.0(安卓6.0.1),它无法在我的游戏中连接到Google Play服务日志猫产生以下错误: 07-20 14:49:46.616 7622 7962 W GamesServiceBroker: Client connected wit

我正在使用Unity3d 5.6.0f3开发一款Android游戏。在我的Galaxy S6 Edge(Android 7.0)上,Google Play服务运行良好。我使用这个插件集成了Google Play服务

今天我买了一个Galaxy Tab a 8.0(安卓6.0.1),它无法在我的游戏中连接到Google Play服务<代码>日志猫产生以下错误:

07-20 14:49:46.616  7622  7962 W GamesServiceBroker: Client connected with SDK 11020000, Services 11055430, and Games 37240032
07-20 14:49:46.616  7622  7962 W GamesServiceBroker: Rejecting connection - api version 6 is too high
07-20 14:49:46.616 19423 19423 V GamesNativeSDK: Play Games callback indicates connection failure.
07-20 14:49:46.616 19423 19626 I GamesNativeSDK: UI interaction required to connect to Google Play.
我在平板电脑上下载了Color Switch,它可以连接到Google Play Games,所以这是我的应用程序或其配置的问题

我不确定“api版本6”是指我的设备在安卓6.0.1上,还是只是巧合。还有其他人遇到过这种情况吗


我很乐意提供任何其他相关信息。

我最终发现了这个特定的错误消息。更新
googleplaygames
应用程序修复了它

我查看了Play商店的更新,它说没有更新,但打开Google Play Games的商店页面后发现了更新

我现在得到了登录提示,在出现“无法从网络检索应用程序”错误消息失败之前,它一直在进行


我将结束这个问题,因为这个新错误是不同的,我可以看到其他人已经解决了这个问题。

我的新错误最终是由Google Play控制台中测试人员的错误配置造成的。我已经将该电子邮件地址添加到应用程序的封闭alpha测试者列表中,但没有添加到游戏服务(尚未发布)中。