Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play Game Services Client Server Skeleton Sample - ERROR: SIGN_IN_REQUIRED #2

Open
Star-Frog opened this issue Aug 8, 2023 · 1 comment

Comments

@Star-Frog
Copy link

Star-Frog commented Aug 8, 2023

Hi, I followed the instructions: [https://github.com/playgameservices/clientserverskeleton]

My goal is just server-side token confirmation (so I know if the client is the "real" one)

But I keep getting this error message on the GUI, after selecting the Play Games account (popup): DEVELOPER_ERROR

I've done everything according to the instructions and experimented for many hours, but I just can't get it right.

Does anyone know the problem or the cause?

I also noticed that certain parts of the model appear to be 32-bit, how can this be "fixed"?
Are the dependencies outdated, don't you need play-services-v2?

dependencies {
     implementation "com.google.android.gms:play-services-auth:20.6.0"
     implementation "com.google.android.gms:play-services-games:20.6.0"
     implementation 'com.android.volley:volley:1.2.1'
     implementation 'com.google.code.gson:gson:2.8.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Star-Frog and others