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)
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
Post a Comment