I cant seem to find a solution to this and nobody els seems to have the same problem, so I know I’m missing something really small.
I’ve setup 1 Leaderboard on iTunesConnect and got my leaderboard ID. I’m using that ID as the parameter in the “GameCenterBinding.reportScore()” method that I’m calling to send the score to Game Center.
I check for the availibily of GameCenter, then I Authenticate the player and then only do I submit the score.
When I call the leaderboad, it pops up but shows no score.
I’ve even built the GameCenterTestScene, but it doesnt show the scores either…
What am I missing?