android - Is there a workaround to get the public Leaderboard with getLeaderboardIntent()? -


opening google games activity containing specific leaderboard quite easy: http://developer.android.com/reference/com/google/android/gms/games/gamesclient.html#getleaderboardintent(java.lang.string)

but fond pity public scores not opened. of users have in fact not lot of friends on g+, page looks empty, , of users have ,o motivations @ first place.

that's why open public results (second tab)

enter image description here

is possible?

you creating own view of google leaderboard. mean that, loading each public score individually , creating own leaderboard table in app.

unfortunately looking configuration in google getleaderboardintent() method alow load directly correct page google leaderboard interface. should have work , google created different method getleaderboardintent() depending on input types , numbers. never worked me.

i explained little bit anwsering post : how open "all" default instead of "social" in google leaderboard?


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -