Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement the pin dialog authentication if the boimetrics are disabled in the device(Android) #405

Open
sivaprakashr10 opened this issue Feb 12, 2022 · 2 comments
Labels
feature Request feature

Comments

@sivaprakashr10
Copy link

I've implemented the fingerprint and face id authentication successfully. if i disable the face lock and fingerprint lock in my android device then i want to use the pin dialog authentication. How to implement that??

@sivaprakashr10 sivaprakashr10 added the feature Request feature label Feb 12, 2022
@uaza
Copy link

uaza commented Mar 25, 2022

This seems to be a bug on Android. On iOS the backup variant (disableBackup=false) works with the pin dialog, on Android unfortunately not.

Although disableBackup is set to false, Android always returns the error message BIOMETRIC_NOT_ENROLLED or BIOMETRIC_HARDWARE_NOT_SUPPORTED, depending on the device.

@RAPHAELSTZ
Copy link

Yes I definitly need that one as well !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Request feature
Projects
None yet
Development

No branches or pull requests

3 participants