As I look into documentation of GKScore and GKLeaderboard, there is no way to reset scores reported by player to particular leaderboard in GameCenter. Am I right?
This seems quite inconsistent, since it is possible to reset achievements:
[GKAchievement resetAchievementsWithCompletionHandler:^(NSError *error) { ... }];
Any thoughts?