【发布时间】:2017-12-25 14:50:06
【问题描述】:
我正在使用 Unity3d 5.6.0f3 开发一款 Android 游戏。我的 Galaxy S6 Edge (Android 7.0) 上的 Google Play 服务运行良好。我使用 CloudOnce 插件集成了 Google Play 服务。
今天我购买了 Galaxy Tab A 8.0 (Android 6.0.1),但它无法在我的游戏中连接到 Google Play Services。 logcat 产生以下错误:
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 游戏,所以这是我的应用或其配置的问题。
我不确定“api 版本 6”是指我的设备运行的是 Android 6.0.1 还是只是巧合。有没有其他人遇到过这种情况?
我很乐意提供任何其他相关信息。
【问题讨论】:
标签: android unity3d google-play google-play-services