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
For iOS application, I am calling isAvailable function when touchID is locked because of multiple invalid attempts.
My expectation was that the application will return error code:
case BIOMETRIC_LOCKED_OUT = -111
However it retuned:
case BIOMETRIC_UNKNOWN_ERROR = -100