Assigned
Status Update
Comments
ad...@google.com <ad...@google.com>
ad...@google.com <ad...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Android build
Which Android build are you using? (e.g. UQ1A.240205.002)
Device used
Which device did you use to reproduce this issue?
Are you reporting this as a Developer or User?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
Android build
Which Android build are you using? (e.g. UQ1A.240205.002)
Device used
Which device did you use to reproduce this issue?
Are you reporting this as a Developer or User?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
an...@pineconegamestudios.com <an...@pineconegamestudios.com> #3
Please provide the requested information to proceed further. Unfortunately the issue will be closed within 7 days if there is no further update.
an...@pineconegamestudios.com <an...@pineconegamestudios.com> #4
We are closing this issue since we didn't receive a response. If you are still facing this problem, please open a new issue and add the relevant information along with reference to this issue.
Description
Description
A game project published to the internal testing and closed testing tracks is failing Google Play Games sign-in.
A result from
GamesSignInClient.isAuthenticated()
withSIGN_IN_REQUIRED
is logged. After this,GamesSignInClient.signIn()
is called, which also returns a result ofSIGN_IN_REQUIRED
. A sign in UI is briefly shown (GamesResolutionActivity
,SignInActivity
) but disappears automatically before action can be taken.The app id (numeric), package id, and client id SHA1 have all been verified to be correct. The account attempting login has been added to the testers list on the Google Play Console, both in the testing track settings and in Google Play Games settings.
Standard information
Play Games version: 2024.09.53715 (679054039.679054039-190400)
34 ProjectSettings/AndroidResolverDependencies.xml
Android 14
Device
Samsung Galaxy S23+ (SM-S916B/DS)
com.pineconegamestudios.pixtopia
NOTE: The application is in internal testing only, and thus new testers will need to be added to the testers list.
Sign-in succeeds, possibly after prompting the user. Long-tapping the app icon and selecting "Choose profile" allows selecting a profile.
The sign-in UI is briefly shown but disappears. There is no meaningful information logged about the cause of the problem.
Opening the "Choose profile" UI by long-tapping the app icon shows a UI that gets permanently stuck with a loading spinner.
Full log:https://drive.google.com/file/d/1_l3itXvRH60KMXiE4dEx-tDtYQKRtG63/view
Game launch:
After GamesSignInClient.signIn():
N/A