Hi,
I’m kind of stuck here, using build 840:
I implemented Game Center iOS leaderboards and all is running fine in the sandbox, scores get uploaded to leaderboards and are correctly entered with:
gameNetwork.request( "setHighScore", { localPlayerScore = { category = "MyLevelCategory01", value = addedWorldSecs }, listener=requestCallback } )
Other sandboxed test players show up, all is (almost fine).
But when I try to show the leaderboards in my app with
gameNetwork.show( "leaderboards", { leaderboard = { category="MyLevelCategory01" }, listener=requestCallback })
nothing happens, no leaderboards are shown.
Does anybody have an idea what might be wrong here?
Best,
Andreas
[import]uid: 133261 topic_id: 29245 reply_id: 329245[/import]
