flutter-passkeys icon indicating copy to clipboard operation
flutter-passkeys copied to clipboard

Exception: your device doesn't support credential manager

Open omeremp opened this issue 11 months ago • 2 comments

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

omeremp avatar Apr 01 '24 06:04 omeremp

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.

incorbador avatar Apr 03 '24 09:04 incorbador

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

omeremp avatar Apr 03 '24 10:04 omeremp