Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Automated by Blunderbuss job android-credential-manager-autoassigner for config android_credman_config for component 1301097.
re...@google.com <re...@google.com>
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?
cm...@gmail.com <cm...@gmail.com> #4
请问解决了吗
Description
Version used:
androidx.credentials:credentials:1.2.2
androidx.credentials:credentials-play-services-auth:1.2.2
or
androidx.credentials:credentials:1.5.0-alpha04
androidx.credentials:credentials-play-services-auth:1.5.0-alpha04
Devices/Android versions reproduced on:
Such as OPPO/motorola/realme/OnePlus, etc. Android14 can not work fine. Some other device can work fine.
Hi, In order to implement Passkey login, I upgraded the relevant dependent libraries。Before migrate from legacy Google Sign-In to Credential Manager,OneTapSign & Google SignIn worked fine. After migrate,OneTapSign UI can not show(Throw androidx.credentials.exceptions.GetCredentialProviderConfigurationException: getCredentialAsync no provider dependencies found - please ensure the desired provider dependencies are added)。
This bug affects our online business:login success rate decreases。
The release build is using
1. app bundle
2. dexguard/proguard with additional config for playservice auth
-if class androidx.credentials.CredentialManager
-keep class androidx.credentials.playservices.** {
*;
}
I check all classes from both credentials and playservice auth exists.
Thank you