gpt4 book ai didi

iphone - Game Center 不在排行榜 iPhone 中显示分数

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:43:38 26 4
gpt4 key购买 nike

我在我的项目中集成了 Game Center,我可以登录到 Game Center 并可以打开排行榜,但它没有显示任何分数。我尝试在排行榜中提交分数,它返回成功,但它没有显示在那里。

提交分数

-(void)submitScore
{
GKScore *myScoreValue = [[[GKScore alloc] initWithCategory:@"something"] autorelease];
myScoreValue.value = [prefs integerForKey:@"total"];

[myScoreValue reportScoreWithCompletionHandler:^(NSError *error){
if(error != nil){
NSLog(@"Score Submission Failed");
} else {
NSLog(@"Score Submitted");
}
}];
}

我搜索过这个问题,我找到了 thisthis我都试过了,但都没有用。

我在启动应用程序时得到了这个。

<Info>: 16:39:10.550238 com.apple.AVConference: GKSConnSettings: set server: {
"gk-cdx" = "17.173.254.218:4398";
"gk-commnat-cohort" = "17.173.254.220:16386";
"gk-commnat-main0" = "17.173.254.219:16384";
"gk-commnat-main1" = "17.173.254.219:16385";
}

我的代码有什么问题吗?

最佳答案

给你的一些注意事项

« Make sure leaderboard is setup in iTunesConnect with Id: something

« Login gamecenter app with testUser from same iTunesConnect account

« Try myScoreValue.value = 500 once, sometimes small values are neglected in sandbox mode.

« Confirm - Logged in to sandbox mode

enter image description here

关于iphone - Game Center 不在排行榜 iPhone 中显示分数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16014233/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com