Google Play 游戏服务提醒:"Detected incorrect implementation"
Google Play Games Services Alert: "Detected incorrect implementation"
我最近在 Google Play Developer Console 中收到了我的游戏的以下警告:
Detected incorrect implementation
Your game has incorrectly implemented the following Play Games services: Achievements.
它提供了一个link到a help page但是该页面只提供了以下信息:
Detected incorrect implementation
This game has implemented invitations but doesn't allow users to join a match from an invitation. This approach is discouraged because it could result in a poor user experience.
这对我没有帮助,因为它提到了邀请(我的应用程序不使用)而不是成就。
我发现奇怪的是我在 5 月份发布了最后一次更新时现在收到错误消息。我自己也可以在使用该应用程序时获得成就,所以收到这条消息让我很烦恼。
你能回答这些问题吗:
这些警报是否有误?有没有可能我的应用程序毕竟没问题,还是我确实做错了什么?
如果我的应用程序有问题,我该如何解决?导致此消息的常见错误来源是什么?
这条消息是友好的提醒我做错了什么,还是警告说如果我不采取措施他们将删除我的 app/terminate 我的帐户是吗?
感谢您的帮助。
我也收到了这些消息,即使是那些根本没有与 GPGS 集成的应用程序(没有排行榜、成就......它们甚至不包括 api)。可能是某种自动检查推出的问题。
出现此警报的最常见原因是您致电 unlock or increment and pass an invalid id
as per the games alert descriptions。仔细检查开发者控制台中列出的 id
是否与您游戏中列出的 ID 相匹配 - 最好使用开发者控制台中的 'Get resources' 选项来获取您可以使用的 XML 文件肯定匹配 Google 完全匹配玩游戏。
Google 已更新有关 "Detected incorrect implementation" 的信息。请检查您的 "a help page"。
Achievements: This game has created achievements in the Developer Console, but never calls the SDK's unlock methods. This approach is discouraged because it could result in a poor user experience.
我也遇到了这个警告,检查应用确实没有遵循checklist of google play services about achievements.Please re-check your app whether it follows the Required rows in the checklist。
我已经把我修改过的app上传到google play.When警告消失了,我会把信息分享给你
我最近在 Google Play Developer Console 中收到了我的游戏的以下警告:
Detected incorrect implementation
Your game has incorrectly implemented the following Play Games services: Achievements.
它提供了一个link到a help page但是该页面只提供了以下信息:
Detected incorrect implementation
This game has implemented invitations but doesn't allow users to join a match from an invitation. This approach is discouraged because it could result in a poor user experience.
这对我没有帮助,因为它提到了邀请(我的应用程序不使用)而不是成就。
我发现奇怪的是我在 5 月份发布了最后一次更新时现在收到错误消息。我自己也可以在使用该应用程序时获得成就,所以收到这条消息让我很烦恼。
你能回答这些问题吗:
这些警报是否有误?有没有可能我的应用程序毕竟没问题,还是我确实做错了什么?
如果我的应用程序有问题,我该如何解决?导致此消息的常见错误来源是什么?
这条消息是友好的提醒我做错了什么,还是警告说如果我不采取措施他们将删除我的 app/terminate 我的帐户是吗?
感谢您的帮助。
我也收到了这些消息,即使是那些根本没有与 GPGS 集成的应用程序(没有排行榜、成就......它们甚至不包括 api)。可能是某种自动检查推出的问题。
出现此警报的最常见原因是您致电 unlock or increment and pass an invalid id
as per the games alert descriptions。仔细检查开发者控制台中列出的 id
是否与您游戏中列出的 ID 相匹配 - 最好使用开发者控制台中的 'Get resources' 选项来获取您可以使用的 XML 文件肯定匹配 Google 完全匹配玩游戏。
Google 已更新有关 "Detected incorrect implementation" 的信息。请检查您的 "a help page"。
Achievements: This game has created achievements in the Developer Console, but never calls the SDK's unlock methods. This approach is discouraged because it could result in a poor user experience.
我也遇到了这个警告,检查应用确实没有遵循checklist of google play services about achievements.Please re-check your app whether it follows the Required rows in the checklist。
我已经把我修改过的app上传到google play.When警告消失了,我会把信息分享给你