0

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.

user1139733
  • 986
  • 9
  • 14

1 Answers1

2

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

Joel
  • 2,285
  • 2
  • 21
  • 22
  • You're right! There is a draggy area on the left side of each achievement in iTunes connect. I never noticed this, thanks so much. – user1139733 Nov 01 '12 at 19:54