Android Leaderboards weird behaviour

Hi all,

i have a weird behaviour in my Android App. I’m using version 4.15 packed everything together, signed the app did all the setup in the developer console and linked the app correctly to the game services and get following strange error with leaderboards:
I use the “Show External Login UI” to login the player to google play services. I have a UMG widget which lets you see the different leaderboards for the different levels. Here comes the weird part: Once i write the score to the leaderboard (which is an integer) the leaderboard for that specific level won’t show up any more. The google play game services overlay pops up for a second, starts to load and then disappears immediately.
When i choose a leaderboard from a level where no highscore has been written at the game service displays it corretly and shows the highscore name and all the other information.
Does anyone know what is causing this error?

Thx!
Shadow

Tried to find a solution for this one for the last two days but i can’t find the problem. Really need help here because this bug prevents me from releasing my app.

Switched the whole project to UE 4.16 and build with the latest android works tools. This also didn’t fix the problem.

Hello,GDShadow,

Something related happened with me and is about Credentials.
Check the options below

1° Credentials Check:

  • On Google Play Console, check if the “Google Play App Signing” is ON

  • Navigate to your project directory\Build\Android and check if the certificate is the same in Google Play Consle

  • Go to Google Cloud Platform? and check if the “Client ID OAuth 2.0” are the same of the Google Play Console App signing

2° Google Play Check

1 Like