Google play highscore show ONE leaderboard

Hey guys,

working GPGS into my game and I got mot of it working. However I have two highcores boards, and I am unable to load the correct board with script.

for instance,if the player jut played a game of TURBO mode. And he presses the “view highscores” button. The TURBO mode highcores should be shown. Not the menu from which you can choose which leadboard to view.

I found this in the documentation

gameNetwork.show( "leaderboards", { leaderboard={ timeScope="AllTime" }, listener=showLeaders } )

tried changing it to this, however no luck.
 

gameNetwork.show( "leaderboards", { leaderboard={ timeScope="AllTime", category="[myleaderboardID]" }, listener=showLeaders } )

Can anyone tell me what I’m doing wrong?

Thanks in advance

I assume you created a Leaderboard on Google Play already, and replaced [myleaderboardID] in your code with the actual ID?

Yes and yes, I can see my leaderboards as well. I’m just not being redirected well.

I assume you created a Leaderboard on Google Play already, and replaced [myleaderboardID] in your code with the actual ID?

Yes and yes, I can see my leaderboards as well. I’m just not being redirected well.

Corona doesn’t yet support loading a specific leaderboard for google play. They should add it in because it is much needed! Vote here: 

http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/7263054-show-specific-leaderboard-on-android-device

Corona doesn’t yet support loading a specific leaderboard for google play. They should add it in because it is much needed! Vote here: 

http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/7263054-show-specific-leaderboard-on-android-device