Hi!
How do we check if an achievement is already unlocked for a user (android, gpgs2)?
Probably it’s something simple but can’t find any info on forum or docs!
Or I don’t understand what I’m reading
Hi!
How do we check if an achievement is already unlocked for a user (android, gpgs2)?
Probably it’s something simple but can’t find any info on forum or docs!
Or I don’t understand what I’m reading
I think I found what must be done.
Use achievement.load, get the ids, check if they are locked or unlocked and then call achievements.unlock if unlocked.