gpt4 book ai didi

ios - 减少 GKScore 值

转载 作者:行者123 更新时间:2023-11-29 13:09:09 26 4
gpt4 key购买 nike

当我尝试存储小于当前值的分数值时,它不会被存储。有什么帮助吗?

GKScore *scoreReporter = [[GKScore alloc] initWithCategory:@"top_matcher"];
scoreReporter.value = currentScore - 10;
[scoreReporter reportScoreWithCompletionHandler:^(NSError *error) {
NSLog(@"ERROR:%@ %lld %@", error, score, scoreReporter);
}];

最佳答案

你不能减少分数(如果你的排行榜设置为最高),一旦你发布它,它就在那里。

关于ios - 减少 GKScore 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17821903/

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