- Home /
How to show all leaderboards in IOS?
I have 4 leaderboards in IOS gamecenter. I use SocialPlatforms.GameCenter.GameCenterPlatform.ShowLeaderboardUI() to show the leaderboards I set up in itunesconnect. But just the default leaderboard show, and I need to tap "back" to see all leaderboards? How to show all leaderboards at once? I try leaderboards set, but it didn't work.
Did you ever figure out how to do this? I have been searching and can't find anything for Unity
Answer by Dinosaurs · Sep 25, 2015 at 10:01 PM
I don't think this is possible using the built-in GameCenter functionality; you'd need to use a 3rd party tool like Soomla or Prime31, or write your own native Objective-C solution.
Answer by iMagesBlues · Jun 24, 2016 at 05:07 AM
Can you try passing a null "" or an invalid leaderboard id in ShowLeaderboardUI()?
Are you currently in sandbox mode, by the way? Because I have this opposite problem where all leaderboards are shown instead of the specific id passed. User needs to locate and select the leaderboard manually. I'm currently using 5.3.5f1
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
GameCenter Post Score? 0 Answers
Achievements / leaderboards in web deployments? 0 Answers
[GameCenter][PlayGames] Leaderboard Daily/Weekly reseting scores? 0 Answers
How to hide AdMob ads? 1 Answer