I’m trying to display the leaderboards in my iOS game.
I get the user to log in and then call;
Social.showleaderboardui();
Yet this seems to act exactly like Social.showAchievementsui(). Both buttons now do exactly the same thing!
Is there any idea as to what’s going on here? Is this a known issue or could something be wrong with how I’ve set up Game Center?