現在の値より小さいスコア値を保存しようとすると、保存されません。何か助けてください。
GKScore *scoreReporter = [[GKScore alloc] initWithCategory:@"top_matcher"];
scoreReporter.value = currentScore - 10;
[scoreReporter reportScoreWithCompletionHandler:^(NSError *error) {
NSLog(@"ERROR:%@ %lld %@", error, score, scoreReporter);
}];