playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
971 stars 973 forks source link

loadLeaderboardMetadata doesn't return scores for all games #271

Open alexanderkrupenkov opened 6 years ago

alexanderkrupenkov commented 6 years ago

I try update all scores for all leaderboards in my game, I have 14 leaderboards, and try update all for users who for example clear data or use new device, I try save results to locale storage, but not all leaderboards after loadLeaderboardMetadata have scores. How Can I load all leaderboards with correct scores for all games with one request? I tried update every leaderabords with different request by leaderboardsId, but I got limit exception....

P.s. loadLeaderboardMetadata return all leaderboards, but without all scores information