how can I show a specific leaderboard? does gameNetwork.show support this?

How can I show a specific leaderboard? does gameNetwork.show support this?   I’m working on IOS here.  

That is, say I have a leaderboard per level, then from within a level I want the user to be able to show best Game Center times for that level. 

In http://docs.coronalabs.com/daily/api/library/gameNetwork/show.html I can’t quite see how this could be done, however if there are some undocumented options I would love to know…

The .show() API just show’s whatever dialog the service offers up (GameCenter or GPGS).  There is not control over what it shows.  However you can do a gameNetwork.request() and fetch data for any specific leaderboard and show it yourself.

thanks Rob - does Game Center/IOS devices let you show a particular leaderboard?  or I suppose the question I have is whether this could be possible for Corona to be updated with this ability, and if yes I could put a feature request in then?

Once you are in the GameCenter app on the device you can drill into particular leaderboards.  I don’t know of a way to get it from code.

The .show() API just show’s whatever dialog the service offers up (GameCenter or GPGS).  There is not control over what it shows.  However you can do a gameNetwork.request() and fetch data for any specific leaderboard and show it yourself.

thanks Rob - does Game Center/IOS devices let you show a particular leaderboard?  or I suppose the question I have is whether this could be possible for Corona to be updated with this ability, and if yes I could put a feature request in then?

Once you are in the GameCenter app on the device you can drill into particular leaderboards.  I don’t know of a way to get it from code.