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
If an user gives several consecutive wrong fingerprints, the module stops reading the fingerprint and the read method gives you straight a success = false.
It looks like the fingerprint breaks system-wide, if you lock your phone and try to unlock it, iOS asks you to insert the code in order to re-enable the Touch ID.
Am I the first one to face this problem?
The text was updated successfully, but these errors were encountered:
-[LAClient evaluateACL:operation:options:uiDelegate:reply:]_block_invoke -> (null), Error Domain=com.apple.LocalAuthentication Code=-8 "Biometry is locked out." UserInfo={Subcode=3, NSLocalizedDescription=Biometry is locked out., BiometryType=1} on <private>
I guess this is a policy that locks you out after many attempts. Is it possible to get this specific error? The response from the module is a generic error:
If an user gives several consecutive wrong fingerprints, the module stops reading the fingerprint and the
read
method gives you straight asuccess = false.
It looks like the fingerprint breaks system-wide, if you lock your phone and try to unlock it, iOS asks you to insert the code in order to re-enable the Touch ID.
Am I the first one to face this problem?
The text was updated successfully, but these errors were encountered: