我想知道如何确保经过的时间有多少,Apple游戏中心的得分有多高。当我有一个时间'12秒'并且时间'15秒'之后,'15秒'将被识别为现在的最高分。我该如何解决这个问题?
这是我用于提交的代码:
self.gameCenterManager = [[GameCenterFiles alloc] init];
[self.gameCenterManager setDelegate:self];
int my_time = 12;
NSLog(@"%i", my_time);
[self.gameCenterManager reportScore:my_time forCategory: self.currentLeaderBoard];
答案 0 :(得分:0)
这是您在iTunesConnect中进行的设置,而不是代码中的设置,因为这是设置排行榜特征的位置。