Goal: Show the local user the default leaderboard when he/she clicks the leaderboard button in the app on their ios 7 device.
[[GKLocalPlayer localPlayer] loadDefaultLeaderboardIdentifierWithCompletionHandler:(void(^)(NSString *leaderboardIdentifier, NSError *error)) {
//Use the leaderboard identifier.
MyLeaderBoardID
}]