GameMaker Posting highscores to Google Play Games Leaderboard

Z

Zangief

Guest
I have made a game for Android and it is finished except for that I can't get the Google Play Leaderboards to work. The logging in to the Google Play Games works as expected and I can show the leaderboard but it is empty. I have been struggling with this for several weeks now and I don't know what to do.

If I run the game on the phone in debug mode I get the following messages in the output when logging in, showing the leaderboards and getting a highscore in the game (I have replaced ID numbers in the post):

Code:
06-05 15:05:50.914 30766 30842 I yoyo    : AchievementLogin()
06-05 15:05:50.916 30766 30766 I yoyo    : Signing in..
06-05 15:06:08.185 30766 30766 I yoyo    : googleplayservices extension onResume called. Signed in on pause: false. Signed in now: true
06-05 15:06:08.250 30766 30842 I yoyo    : GOOGLE SERVICES: User My Name with ID 123456789 has logged in
06-05 15:06:20.131 30766 30766 I yoyo    : Attempting to show leaderboards.
06-05 15:06:20.138 30766 30766 I yoyo    : Showing leaderboards.
06-05 15:06:35.405 30766 30842 I yoyo    : SendHighScore(my_leaderboard_id,60)
06-05 15:06:35.405 30766 30766 I yoyo    : Posting score to leaderboard my_leaderboard_id: 60
I get no error messages regarding the Google Play and leaderboard stuff but still no highscore is listed in the leaderboards.

I have set up the leaderboard according to the guide posted by YoYo Games. In the Google API Console I have added two Oauth2 credential client IDs, one with the SHA-1 App Signing Certificate and one with the SHA-1 key hash available from the GMS2 Android Preferences.

I have no idea why the leaderboard doesn't work, and since I get no error messages whatsoever it is hard to know what to do. Everything, the game and the leaderboard is published on Google Play and is in Closed Track Alpha. I have tried loggin in to different accounts in Google Play Games but no still no highscores gets posted.
 
M

MrBazooka

Guest
Hi. Did you manage to solve this? I have a similar problem where I can see my leaderboard but can't post a score
 
Top