Extension Help [$200] iOS/Android Friends Leaderboard

DudeMakingAGame

  • Posts: 306
Greetings!
I'm looking to get blocks made that do the following:

Android:
- Get leaderboard data for a users Social circle for all_time and put it in a list with playername and score
https://developer.android.com/reference/com/google/android/gms/games/leaderboard/LeaderboardVariant.html#getCollection()
COLLECTION_SOCIAL and TIME_SPAN_ALL_TIME

iOS:
- Get leaderboard data for a specific scope (players friends) and put it in a list with playername and score
https://developer.apple.com/library/ios/documentation/GameKit/Reference/GKLeaderboard_Ref/index.html#//apple_ref/occ/instm/GKLeaderboard/playerScope