Assigned
Status Update
Comments
vi...@google.com <vi...@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.
sa...@gmail.com <sa...@gmail.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.
vi...@google.com <vi...@google.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.
sa...@gmail.com <sa...@gmail.com> #5
Hey guys, any update on this?
sa...@gmail.com <sa...@gmail.com> #6
Hey guys, any update on this?
Description
*Google Play services version from Settings > Google > ? (top right) > three dots (top right) > Version info 24.45.62 *SDK version: Target SDK: 35, Min SDK: 24 *Android OS level: Android Version 12
Device/emulator(Android level): Real Android Device Version 12
What device are you using? (for example, Pixel 5): Samsung Galaxy M01
App Package Name? com.codingwithnobody.myandroidappgp
What are the steps to reproduce the problem? (Please provide the minimal reproducible test case.)
I have integrated Google Play Game services in my android app, the login works fine and now I am trying to save my game but when I try to do so I get error saying java.lang.IllegalStateException: Cannot use snapshots without enabling the 'Saved Game' feature in the Play console, I have enabled 'Saved Game' in Google play console, refer to attached screenshot
When I was going through the doc , I noticed that it requires GoogleSignInClient as well before using saved games, now given that GoogleSignInClient is deprecated I am using credential manager, please do not confuse this with Google play game services sign in which I already do as soon as the app is opened by following this doc
So I decided to use credential manager with google drive access, here is the sample code for it
Once this is successful then I call the below code to save my game
but I keep seeing error saying java.lang.IllegalStateException: Cannot use snapshots without enabling the 'Saved Game' feature in the Play console, I even waited for a day thinking it might take some time to propagate the changes on Google server side but unfortunately waiting does not work
What was the expected result? I get error saying java.lang.IllegalStateException: Cannot use snapshots without enabling the 'Saved Game' feature in the Play console
What was the actual result? I should be able to use the Save Game feature
Relevant logcat output: 2024-12-01 09:27:26.150 20411-20411 here123 com.codingwithnobody.myandroidappgp I java.lang.IllegalStateException: Cannot use snapshots without enabling the 'Saved Game' feature in the Play console
Link to captured Android bug report (shared privately in Drive.): No Links as of now
Optional: Link to any screenshot(s) that demonstrate the issue (shared privately in Drive): Please check attachment