previously to me upgrading to iOS 6, I had gamecenter working as it should. Now I cannot seem to pass achievements to the gamecenter. The achievement happens, notifies the user with an alert but says “not achieved” in the game center. I have made a sandbox account and the app has not yet been reviewed.
This is how I was previously sending an achievement to game center:
[gameCenterManager submitAchievement:@"shareFacebook" percentComplete:100];
Is this not right anymore? I previously implemented this from the tutorial by mobile.tutsplus.com
Thanks in advance
This is how I’m doing it and seems to work well enough in iOS 6:
Hope this helps!