Publish Android App with leaderboards and no achievements
Asked Answered
J

1

11

I have got my leaderboards integrated into my android app, but don't plan on adding achievements. I have completed the Game Services setup in the Developer console on Google Play, all apart from the achievements. When I go to the Publish section it says my achievements are missing. Is it possible to publish it without achievements?

Jaf answered 22/2, 2014 at 16:27 Comment(0)
E
24

Although you do need to put in some achievements (5 of them) for the Developers Console, they can just be markers, and not actually used in your code in any way. Publish away!

Eudoca answered 23/2, 2014 at 14:56 Comment(3)
Yea I gave up and did exactly that. I just made some achievements and published it and didn't bother putting them in the game code at all. I may add them at a later date though. Thanks for the answer :)Jaf
How insane is this not?Shir
Even though it seems strange, I guess the reason is that Google play game services keeps track of the user's XP according to XP earned by achievements. There is no way to add XP to users without achievements so in order for a user to progress his level by playing your game, you must create some achievements and assign values. developers.google.com/games/services/common/concepts/…Babar

© 2022 - 2024 — McMap. All rights reserved.