My game has two “attached” type leaderboards in Game Center. I have two separate lines, in the game code, each for different buttons to open GC showing each leaderboard.
That’s the idea, but unfortunately, it doesn’t quite work like that.
Pressing the buttons to open their respective leaderboards does not always open the correct leaderboard, but in fact often it takes a second button press.
For example, the code below will not open the specified leaderboard first time…
gameNetwork.show( "leaderboards", { leaderboard={ category="1111675356", playerScope="Global", timeScope="AllTime", } } )