You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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??
The text was updated successfully, but these errors were encountered:
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.
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??
The text was updated successfully, but these errors were encountered: