Status Update
Comments
bl...@google.com <bl...@google.com> #2
sg...@google.com <sg...@google.com> #3
The error you posted state "activity is cancelled by the user". This implies the request was cancelled somehow during the request.
Can you grab a bugreport and attach it to this bug?
se...@gmail.com <se...@gmail.com> #4
How should I share the report with you? I posted the crash log displayed in Android Studio in the main text. Is there any other bug report you need? Please let me know how to provide it, and I will send it accordingly.
sg...@google.com <sg...@google.com> #5
here is the instruction on how to grab a bugreport
Once you done so, please attach it to this thread. thanks.
sg...@google.com <sg...@google.com> #7
Looking at the bugreport, I found the error "RemoteCredentialService: Get credential errorMsg=[28444] Developer console is not set up correctly."
This usually means there are some issues with your app's Sign-in With Google configuration.
Description
Component used: Credentials
Version used: 1.3.0~1.5.0-beta01
Devices/Android versions reproduced on: Android 14, OneUI 6.1.1 SM-F956N
I'm using
GetGoogleIdOption
withCredentialManager
to callgetCredential
, but I always encounter this error.This issue occurs specifically with certain accounts. For example, it happens with my main accountseabuel@gmail.com ,
but it works fine when I try it with my company's secondary account snorlax@sortielab.com .
I would like to know the reason behind this.
The sample code I implemented is as follows: