[4.9] Game Center Leaderboard showing "No Scores"

I have run out of ideas where my Game Center Leaderboard keeps showing “No Scores”. Below are steps of what I did:

  1. Enabled Game Center under Project Settings > iOS
  2. Setup Bundle Identifier to match the one I set on member center at Project Settings > iOS
  3. Made sure the project has all the required certs
  4. Manually installed .ipa to device through iTunes
  5. Enabled Game Center on iTunes Connect (Shown in screenshots)

  1. Logged in with sandbox account on my device

  1. Wrote test score of 50 successfully to leaderboard (Prints SUCCESS on device)

  1. Leaderboard shows “No Scores”

I also tried using 2 sandbox accounts but the leaderboard keeps showing “No Scores”. What am I missing? Thanks in advance for any help!

Hi SmileyJeff,

Have a look into this: https:///library/ios/technotes/tn2417/_index.html

Basically, sandboxing are no longer working. You can just submit your build and enable testflight beta which can be run/test by your internal tester and use GameCenter using their existing GC account, there’s no need to create sandbox gamecenter account.

You do still need the sandbox tester for IAP.

Hope that helps.

Thank you so much! This worked.

Glad to help!