Do leaderboard sets (in Game Center) allow 500 unique leaderboards?
- by Korey Hinton
The Game Kit Programming Guide for iOS claims:
The number of different leaderboards allowed increases to 500
leaderboards per game when leaderboard sets have been
enabled...Leaderboard sets offer developers the ability to combine
several leaderboards into a single group.
But their example (see image below) implies that a single leaderboard is placed into multiple leaderboard sets. Is that the only way to be able to use the full 500 leaderboards? by combining the same leaderboard into multiple sets? I want to be able to have 500 unique leaderboards that are not duplicated between sets. Is this possible?