Game Center Keeps Updating
AcceleratedGames
Member Posts: 201
Why is it that in my AdHoc version of my game, even though I have already gotten the achievement, every time I have the program update the achievement, the banner shows up saying that I have just got the achievement?
Best Answers
-
jonmulcahy Posts: 10,408same thing happened to me, it could be a bug, or it could be the way GameCenter works, I don't know anything about the underlying code.
What I did was create a boolean attribute that I make true the first time I trigger the achievement.
so when achievementTrue is false, it triggers, otherwise it skips over it.
Answers