corbado / flutter-passkeys

Easily provide passkey authentication based on FIDO2 / WebAuthn for Flutter apps (iOS & Android) via a dedicated Flutter package
https://www.corbado.com/passkeys/flutter
BSD 3-Clause "New" or "Revised" License
55 stars 21 forks source link

Exception: your device doesn't support credential manager #59

Open omeremp opened 5 months ago

omeremp commented 5 months ago

When I am trying to register a passkey on my Redmi Android 14, it is giving me an exception saying 'Your device doesn't support credential manager

incorbador commented 4 months ago

Hey @omeremp. Which version of the passkeys package are you using?

This appears to be a device specific issue. There is not much documentation about the error, but I found one comment by an Android contributor who acknowledged the issue. They apparently fixed it in version 1.2.1 of the credential manager library (https://github.com/android/identity-samples/issues/70). We use this version since version passkeys v2.0.5.

omeremp commented 4 months ago

I'm using the passkeys version 2.0.7. The Android is version 14 in Redmi phones. We are also signed with Redmi account.