Hi there,
In Corona Cloud, is it possible to retrieve the achievements that other players, not the current player, have unlocked? That would be neat, so that players could compete with not only on their score but also on what achievements they’ve earned. But, it looks like the Retrieve Unlocked Achievements API only returns the unlocked achievements for the current player, and I’m not sure if the Get User Profile API would provide any info about that user’s achievements (haven’t actually tried it yet).
I guess one could mimic this by using the Leaderboard APIs as a way to track the achievements (create a Leaderboard for each achievement and use the score to represent the % earned), but I was curious if there’s a more direct way.
Thanks!
- Andrew