I have a combined leaderboard composed by the aggregation of 4 single leaderboards.
When I submit the scores of each of the single leaderboards I can see them ok in Game Center. But in the case of the combined one, I only see the score of the first simple leaderboard.
Shouldn't I see the sum score of the 4 single leaderboards?
I just implemented Game Center in my game this evening and am seeing the same issue. This is my first time using Game Center, so I can't really say whether this is just user error, or if it's a bug in the system... I hope it's the latter
Hey just thought I'd update this thread. If you read the section on Aggregate leaderboards, it explains that it doesn't sum the values of the other leaderboards together. It just stores them all in one big leaderboard. You'll have to manually keep track of your combined scores and submit them to your own leaderboard...
Funny they wouldn't add a simple operator that defines how aggregate leaderboards work. Then we could define > < + avg etc....