Hi,
I am implementing achievements using the google play services for my game (not published yet).
The issue that I am facing it to reset them.
When I ran the command GameCenterPlatform.ResetAllAchievements() the result was successful but when I called ShowAchievementsUI(), it still showed them unlocked.
Next I deleted those achievements from the google dev console and recreated new ones (with different names and Ids).
Called ShowAchievementsUI(), but again it showed the old ones unlocked…
I also tried to logout-reauthenticate but that didn’t help.
By the way, I am running it on Android if that makes a difference.
Any suggestion is welcome.