Hi
How can I load the score from leaderboard iPhone Game Center only for the local player ?
According the documentation of “loadScore” (below) there is no option to get the score for the current login user. How can this be done ?
gameNetwork.request( "loadScores", { leaderboard = { category = "com.appledts.EasyTapList", playerScope = "Global", -- "Global" or "FriendsOnly" timeScope = "AllTime", -- "AllTime", "Week", or "Today" range = { 1,1 } -- Only the one player (the current one ???) }, listener = requestCallback } )
Thanks
Yuval