在 ios7 中向游戏中心报告分数应该使用
[GKLeaderboard reportScores:scores withCompletionHandler:^(NSError *error) {
//Do something interesting here.
}];
但是,我在 GKLeaderboard 中找不到对此方法的任何引用。
GKLeaderboard.h 也不包含 reportScores 方法。
以前使用 GKScore 的 reportScoreWithCompletionHandler 方法报告分数的方法已被弃用,所以我不愿意使用它。
有谁知道在ios7中向gamecenter报告分数的正确方法是什么?