Skip to main content

All Questions

0 votes
0 answers
38 views

Unable to integrate Google Play Games Services Sign In v2 on Android Studio - Kotlin

I'm having some troubles with client integration with Play Games Services Sign In v2. I've done everything shown here, but the Sign In v2 still not works. Nothing is shown on the application startup ...
Daniele Menchetti's user avatar
0 votes
0 answers
30 views

Play Games Platform works development build but don't works release built

encountered an error in a game I've been working on for a long time, and unfortunately the solutions I searched on "Google" didn't work or I couldn't manage it. about the problem; The game ...
Hasan Alkan's user avatar
0 votes
0 answers
21 views

Firabase authentication with Play Games received error SIGN_IN_REQUIRED when I delete the game data from Play Games setting

I am trying to fix one issue with my implementation. I am using firebase authentication with Play Games for my gaming app. Authentication with Play Games working fine no issue at all. But there is one ...
Pratik Prajapati's user avatar
0 votes
0 answers
27 views

How to check that user is signed in to Play Games from java

I am having such a code, but it returns true even when user is signed out (and so for example achievements are not available) public boolean isSignedIn() { GoogleSignInAccount account = ...
Oldes's user avatar
  • 979
1 vote
0 answers
133 views

Google Play Games Signin not working on some devices

I have a published android game project in Play Games services. It is working for majority of our users but upon testing we noticed that in some of the devices (eg. Redmi Note 9 pro, Realme 9A, etc) a ...
aquaman's user avatar
  • 1,628
3 votes
0 answers
68 views

Android Play Games Error Code 4 SIGN_IN_REQUIRED on some devices

This question is different from similar questions in that: I only see this error for some Android devices. Despite setting up application SHA1 in Firebase and Play Console I'm still encountering ...
orkun1675's user avatar
  • 101
1 vote
1 answer
249 views

PlayGamesPlatform method "RequestServerSideAccess" return null and error "com.google.android.gms.common.api.ApiException: 10:"

I'm trying to do server-side authorization of a user using the authorization key that the PlayGamesPlatform.Instance.RequestServerSideAccess method should return, but I'm getting the error com.google....
olegmihh's user avatar
1 vote
0 answers
36 views

Using Google Play signing in debugging

I let Google Play sign one of my apps. Is it possible to download this certificate and use to sign my app for debugging? (My reason is that I use Google Game services that only works fully with the ...
PEK's user avatar
  • 4,028
0 votes
0 answers
37 views

Google Play Games Get Username

I have been struggling to find up-to-date, kotlin documentation for Google Play Games services in my app. I managed to (after lots of coffee) get a sign in popup for the user, along with leaderboad ...
Joshu's user avatar
  • 63
0 votes
0 answers
30 views

How do I remove specific beta testers from my google play game, or let them at least rate the app publicly?

This seems simple enough, but I'm completely stuck. Even if I pause the test track, all of my testers are still part of the beta and can't rate my game publicly. Any idea how to get over this?
TzurEl's user avatar
  • 842
0 votes
0 answers
138 views

PlayGamesPlatform.Instance.LoadScores not returning anything

In my game I am using the Google Play Games Services to implement online leaderboards for players to use where they can submit their player scores after finishing a level. When I test the game on my ...
Casadev's user avatar
0 votes
1 answer
77 views

The official document about Leaderboards of Play Games Services uses deprecated startActivityForResult

Below code is from Google's official document about Leaderboards of Play Games Services (converted into Kotlin): private fun showLeaderboard() { PlayGames.getLeaderboardsClient(this)....
hata's user avatar
  • 12.4k
0 votes
0 answers
182 views

Build failure when upgrading Unity 2020.03 -> 2022.03 related to duplicate Google Play Games

I have just updated from unity 2020.03.47 to 2022.03.06 and facing a build error Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 D:\Working Area\Project001\Library\Bee\Android\Prj\IL2CPP\Gradle\...
Victor Moldoveanu's user avatar
1 vote
1 answer
650 views

How to disable automatic sign in google play games services android unity?

as google says when the app starts pops up gpgs sign in, since my app is for children and older ages is necessary a screen neutral age, i did it, but automatic sign in keeps triggerring, it is for ...
Jonathan Henrick's user avatar
1 vote
0 answers
40 views

Google Play Games v2 increment immediate not working

I'm trying to integrate Google Play Games Services to my android game. I'm trying to increment immediate an incremental achievement. According to the docs, the Task returns a boolean, telling wether ...
Jacob Ibáñez Sánchez's user avatar

15 30 50 per page
1
2 3 4 5
85