Do leaderboard sets (in Game Center) allow 500 unique leaderboards?

Posted by Korey Hinton on Game Development See other posts from Game Development or by Korey Hinton
Published on 2013-12-04T17:06:46Z Indexed on 2014/05/31 3:57 UTC
Read the original article Hit count: 274

Filed under:
|
|

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?

Leaderboard sets

© Game Development or respective owner

Related posts about ios

Related posts about leaderboards