Hi,
In my app, when I unlock a Google Play achievement, content is unlocked in the app. The changes are saved after that.
When the user uninstalls the app, this save file is deleted, so I want a way for the user to get back the unlocked content he unlocked with the achievements.
I realized there’s a function that can check what achievements were unlocked, the loadAchievementDescriptions, but I don’t know how to use it, I searched for it but I couldn’t find what the function returns. I also don’t know how to make device logs.
I just want a way to know what achievements are unlocked. Does it return the achievements in order from the console?
Thank you again!