• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android [Solved] Android google play services doesnt show leaderboard

Joh

Member
Hi all,

Highjacking my own thread and changing its topic since I rapidly solved my initial issue!
Now the leaderboards just dont show up. (i am logged in)
this is all I see in the log.
Code:
02-06 22:47:56.117 20932 21076 I yoyo    : show lead
02-06 22:47:56.117 20932 20932 I yoyo    : Attempting to show leaderboards.
Thus it attempts, but fails to show the leaderboard. nothing to go off.

Thanks for the help!

[Solved] I simply had to first actually post scores. Weird but ok!

Hi all,
[Solved]Solved! simply had to turn off google cloud save

Just made a new game and wanted to test leaderboards however I just can't logging in google play services.
I followed the tutorials provided.
I don't get any error, it simply attempts to open the overlays and rapidly "cancels" out of it.

The game is on the playstore (internal) and I have downloaded from it. I also tried the "internal app sharing".
neither let the leaderboard page appear.
In my oath certs I have: The starting key, my GMS key and the internal testing key.

The game is able to get registered with my google play account. On first logging (or after deleting the game data in my profile) I get a proper prompt asking me about permissions.

at initiation:
Code:
Loading INI from manifest file
02-06 02:19:58.441  7175  7175 I yoyo    : INI loaded from AndroidManifest.xml
02-06 02:19:58.442  7175  7175 I yoyo    : Attempting to initialise extension class comxxxxxx.GooglePlayBilling
02-06 02:19:58.443  7175  7175 I yoyo    : No Init method found on extension class:GooglePlayBilling returned Init []
02-06 02:19:58.443  7175  7175 I yoyo    : Attempting to initialise extension class comxxxxxxx.GooglePlayLicensingAsExt
02-06 02:19:58.444  7175  7175 I yoyo    : Method found, attempting to invoke Init
02-06 02:19:58.444  7175  7175 I yoyo    : Google Play Licensing extension initialising
02-06 02:19:58.444  7175  7175 I yoyo    : Attempting to initialise extension class com.xxxxxxx.PlayAPKExpansionExtension
02-06 02:19:58.444  7175  7175 I yoyo    : Method found, attempting to invoke Init
02-06 02:19:58.444  7175  7175 I yoyo    : Attempting to initialise extension class com.xxxxxxxx.GooglePlayServicesExtension
02-06 02:19:58.445  7175  7175 I yoyo    : Method found, attempting to invoke Init
02-06 02:19:58.450  7175  7175 I yoyo    : Google Play Services extension initialising
02-06 02:19:58.450  7175  7175 I yoyo    : Initialising Google Play Services. App id: zzzzzzzzzz
02-06 02:19:58.454  7175  7175 I yoyo    : Signing into google game services. Cloud enabled: true. Options builder: com.google.android.gms.auth.api.signin.GoogleSignInOptions$Builder@c716ec4
02-06 02:19:58.460  7175  7175 I yoyo    : Attempting to initialise extension class comxxxxxxxxxx.GooglePlayAdsExtension
02-06 02:19:58.461  7175  7175 I yoyo    : Method found, attempting to invoke Init
02-06 02:19:58.461  7175  7175 I yoyo    : @@@@@@@ Build.Display = xxxxxxxxxxx BRAND=xxxx DEVICE=xxxxxxn MANUFACTURER=xxxxxx MODEL=xxxxxx PRODUCT=xxxxx
02-06 02:19:58.461  7175  7175 I yoyo    : @@@@@@@ XPeriaPlay=false manufacturer=false model=false
02-06 02:19:58.463  7175  7175 I yoyo    : deviceId=xxxxxxxxxxx
02-06 02:19:58.480  7175  7175 I yoyo    : Invalid license key found
02-06 02:19:58.490  7175  7175 I yoyo    : exception while doing license check! invalid license key????java.lang.IllegalArgumentException: java.security.spec.InvalidKeySpecException: java.lang.RuntimeException: error:0c00007b:ASN.1 encoding routines:OPENSSL_internal:HEADER_TOO_LONG
Last lines seem to be where things break, but I don't know what license key they are speaking of.
also
Code:
02-06 02:19:58.530  7175  7175 I yoyo    : onStart
02-06 02:19:58.531  7175  7175 I yoyo    : googleplayservices extension onStart called
02-06 02:19:58.532  7175  7175 I yoyo    : onResume
02-06 02:19:58.534  7175  7196 I Ads     : App measurement is starting up, version: xxxxx
02-06 02:19:58.534  7175  7196 I Ads     : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
02-06 02:19:58.536  7175  7175 I yoyo    : Setting vis flags to 5894
02-06 02:19:58.546  7175  7175 I yoyo    : googleplayservices extension onResume called. Signed in on pause: false. Signed in now: false
at logging attempt this is what I see:
Code:
02-06 02:23:41.009  7175  7175 I yoyo    : Login failed! Exception: com.google.android.gms.common.api.ApiException: 8: . Message: 8: . Stack: [Ljava.lang.StackTraceElement;@b02bd
I'm not sure what I'm doing wrong, any help would be appreciated!
Thank you.

Solved! simply had to turn off google cloud save.
 
Last edited:
Top