Google Play Games Services Alert: “Detected incorrect implementation”

孤人 提交于 2019-12-03 15:55:52

Google had updated the information about the "Detected incorrect implementation".Please check the your "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.

I also encountered this warning and check the app really do not follow the checklist of google play services about achievements.Please re-check your app whether it follows the Required rows in the checklist.

I have already uploaded my modified app to google play.When the warning disappears, I will share the information with you.

The most common cause of this alert is when you call unlock or increment and pass an invalid id as per the games alert descriptions. Double check that the ids listed in the developer console match the ids listed in your game - preferably, use the 'Get resources' option in the Developer Console to get an XML file that you can be sure matches Google Play Games exactly.

I am also getting these messages, even for apps that dont have any integration with GPGS at all (No leaderboards, achievements ... they dont even include the api). Perhaps it's an issue with some kind of automated checking rollout.

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