I’ve just started to give Game Center leaderboards and achievments a go, and I’ve implemented the GKTapper code into my game. Although, now I’ve set up my own leaderboards via iTunes Connect, I can’t seem to access them; no matter what I put in the leaderboard section in my code, I always get the GKTapper leaderboards. Any thoughts?
[lua]
if loggedIntoGC then
gameNetwork.show( “leaderboards”, { leaderboard= “com.my.website.apptest.HighScore” } );
– Same as the Bundle ID in iTunes Connect
end
end
[/lua]