Question

I have implemented Leaderboards and Achievements in my game. Before "Play Games" app update I can visualize leaderboard tab, but now I cannot. For example:

Plants vs Zombie screen

In my game: My game screen

But when I launch

     startActivityForResult(Games.Leaderboards.getLeaderboardIntent(getApiClient(),      LEADERBOARD_ID), REQUEST_LEADERBOARD);

in my game it works fine.

I don't understand why is not shown in "play games" application. Can you help me?

Was it helpful?

Solution

Showing a leaderboard intent inside your app is different from the google play store showing it on their website.

Your app has to have had enough attention for those badges to appear.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top