GameCenter not updating leaderboard
问题 Using the sandboxed Gamecenter. No matter what I do the scores never appear in a leaderboard. I am using the following code: - (void)scoreReported: (NSError*) error { NSLog(@"%@",[error localizedDescription]); } - (void)submitScore{ if(self.currentScore > 0) { NSLog(@"Score: %lli submitted to leaderboard %@", self.currentScore, self.currentLeaderBoard); [gameCenterManager reportScore: self.currentScore forCategory: self.currentLeaderBoard]; } } And scoreReported doesnt produce an error, yet