Search code examples
iosgamekitachievements

Achievement order in default game center view controller


Is there a way to control the order achievements are shown in the Game Center achievement view controller (GKAchievementViewController)? Currently they are showing up in the order I created them in iTunes Connect.

I did see that it is also possible to import all the achievement info for use in a custom achievement viewer where I could set the order myself, but I would prefer to just use the already existing viewer if possible.


Solution

  • You can re-order the achievements in iTunes Connect. Does that help?