4

I'm currently testing Game Center leaderboards for my app. Everything's working fine with authenticating and submitting scores, but when I go to look at the leaderboard in Game Center, it says "200points" instead of "200 points".

Why isn't there a space between the score and the score type? And how can I fix it?

Thanks!

bmueller
  • 2,681
  • 1
  • 27
  • 45

2 Answers2

5

So, since I understand that more people experience the same problem, and adding space in front of the label as the accepted answer suggests, does not seem to work, I figured I would post a solution that works for anyone else landing on this page:

Instead of writing "points" or " points", I wrote " points" as the label.

This seemed to be the only thing that worked for me.

DannyB
  • 12,810
  • 5
  • 55
  • 65
4

I'm an idiot - you just had to add a space before the score suffix in iTunes Connect. Leaving this up instead of deleting it, in case anyone else does the same thing :)

bmueller
  • 2,681
  • 1
  • 27
  • 45
  • 2
    This does not seem to work for me. Adding space in front of the suffix then saving causes the removal of this space... anybody else seeing the same? – DannyB Aug 04 '13 at 16:30