How to obtain Gamecenter leaderboard ranking?

Is there a way to use Unity’s Gamecenter API to find out the leaderboard ranking number (ex: 2nd place) of a user? I want to save this number and display it to motivate people to compete worldwide.

Thanks. :roll_eyes:

Any ideas?

Looks like that’s about the closest you can get.

Would recommend taking a look at Prime31’s plugin (retrieveScoresForPlayerId( string playerId ) - problem solved!)
I use that exact function in my game :slight_smile: