Hi.
I’m currently trying to implement Corona Cloud Leaderboards and Achievements but have run into some issues:
When I call coronaCloud.unlockAchievement( myId ), cloud should return the details of the achievement unlocked so that I can display this to the user. The Name, points, icon etc. Instead it only returns {“name”:“Achievements”,“type”:“AchievementUnlocked”}
Furthermore, when I request getStatusOfAchievement( myId ), it doesn’t return details of the achievement either, only {“type”:“AchievementStatus”,“name”:“Achievements”} is returned.
The achievements are unlocked correctly so I know I’m calling the correct achievement id.