bitbrain / scape-java

A fast-paced running platformer
Apache License 2.0
8 stars 1 forks source link

Implement leaderboards and achievements #22

Open bitbrain opened 5 years ago

bitbrain commented 5 years ago

This is for Android only.

bitbrain commented 4 years ago

Currently getting the following error:

2020-03-30 14:06:52.803 2750-18179/? E/SignInAuthenticator: ****
    **** APP NOT CORRECTLY CONFIGURED TO USE GOOGLE PLAY GAME SERVICES
    **** This is usually caused by one of these reasons:
    **** (1) Your package name and certificate fingerprint do not match
    ****     the client ID you registered in Developer Console.
    **** (2) Your App ID was incorrectly entered.
    **** (3) Your game settings have not been published and you are 
    ****     trying to log in with an account that is not listed as
    ****     a test account.
    ****
    **** To help you debug, here is the information about this app
    **** Package name         : ***
    **** Cert SHA1 fingerprint: ***
    **** App ID from manifest : ***
    ****
    **** Check that the above information matches your setup in 
    **** Developer Console. Also, check that you're logging in with the
    **** right account (it should be listed in the Testers section if
    **** your project is not yet published).
    ****
    **** For more information, refer to the troubleshooting guide:
    ****   http://developers.google.com/games/services/android/troubleshooting
    ****
bitbrain commented 4 years ago

https://stackoverflow.com/a/34243220 this fixed it.