android - Google Play Game Services Cannot access Leaderboard "Attempt to access application x from application y" -
I created a new Google Play Game Services game (12 digit client IDY) and in my definition the leaderboard was incorrectly Specified related to an existing game (12 digits Client ID X)
I saw the error, fixed it, and published the game a while later, I saw that the game X was unable to use its leaderboard, the full text of the error message is as follows:
E / Multidata Operation (NNN): An error attempted by user X to access app y is displayed here
I get the error again Created an emulator I'm checking your definitions and wrote my definitions of the console and verify that the correct client ID, using the package name and leaderboard ID.
It seems that Google has wrongly added my leaderboard to the control block / indexed / database or anything wrong with the game so that Game X is unable to access it now. I want to delete and redefine my resources for Game X, but since it has been published, I do not know what to do.
I am posting my answer because there is an opportunity to help someone else again , I insist that the original error was mine - when I used the game for the first time, then I clearly specified a Leaderboard related to Game X.
I just created a new leaderboard for Game X (it is not possible to remove the existing one as it has already been published) and users are able to access it. I updated the definition of our resources for leaderboards and uploaded new APKs. It sees Google as an error, but it works for me.
Comments
Post a Comment