Skip to content Skip to sidebar Skip to footer

Google Play Leaderboards Not Showing Up

So I'm trying to implement Google Games Leaderboards into an AS3 game. As near as I can tell, game services is all set up appropriately. Achievements and in-app purchases are alrea

Solution 1:

If achievements are working but leaderboards are not, here's my guess: did you add leaderboards to the developer console after publishing and forgot to publish the changes? After publishing, every time you change something, you have to hit "Publish Changes" to make those changes effective.

  1. Open play.google.com/apps/publish
  2. Click the game settings tab (joystick icon)
  3. Click on your game
  4. Go to the "Publishing" tab (on the left)
  5. It should say "There are no changes to be published. Everything is published." If it says otherwise, you may need to click on the "Publish Changes" button!

Post a Comment for "Google Play Leaderboards Not Showing Up"