GPGS Load specific leaderboard

Is there any method to force GPGS to show a specific leaderboard instead of the “leaderboard selection screen”?

I tried something like this:

gameNetwork.show( “leaderboards”, { leaderboard = {category=myCategory}, listener=postScoresRequest } )

And had no success :confused:

Thanks for your attention

Anyone knows?

I thought I responded to this yesterday.   No.  .show() is going to show Google Play’s interface.  You can do a .request() and get the scores and build a custom leaderboard of a specific leaderboard if you like.

Anyone knows?

I thought I responded to this yesterday.   No.  .show() is going to show Google Play’s interface.  You can do a .request() and get the scores and build a custom leaderboard of a specific leaderboard if you like.

Corona should add this ability to the plugin. It already supports it for iOS and it should be supported for Android too! :slight_smile:

Corona should add this ability to the plugin. It already supports it for iOS and it should be supported for Android too! :slight_smile: