Search code examples
androidgoogle-play-servicesleaderboard

Android - How to get user rank from Google Play Game Service's leaderboards?


GPS Leaderboard can show user score, like in this link How to get rank from Google Play game service's leaderboard?.

But, how to get user rank and place them on activity? It is possible?


Solution

  • You may use the getRank() method which retrieves the rank returned from the server for this score. Note that this may not be exact and that multiple scores can have identical ranks. Lower ranks indicate a better score, with rank 1 being the best score on the board.

    If the score holder's rank cannot be determined, this will return LEADERBOARD_RANK_UNKNOWN.

    Returns

    • Rank of score.