gameNetwork.show(“leaderboards”) will show a dialog created by Google Play that lists all of your app’s leaderboards. The player can then select which leaderboard they want to view to get details on that leaderboard.
If you want to show just a specific leaderboard, you would have to build your own using gameNetwork.request() and the appropriate function to retrieve a list of scores for a given leaderboard and display them however you want.
gameNetwork.show(“leaderboards”) will show a dialog created by Google Play that lists all of your app’s leaderboards. The player can then select which leaderboard they want to view to get details on that leaderboard.
If you want to show just a specific leaderboard, you would have to build your own using gameNetwork.request() and the appropriate function to retrieve a list of scores for a given leaderboard and display them however you want.
Yes, gameNetwork.show(“achievements”) does go straight to achievements. On iOS there is navigation within GC that allows the user to go between leaderboards and achievements, but Droid seems to require one call for each which is a bummer - more UI elements on the app end.
Yes, gameNetwork.show(“achievements”) does go straight to achievements. On iOS there is navigation within GC that allows the user to go between leaderboards and achievements, but Droid seems to require one call for each which is a bummer - more UI elements on the app end.