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
Environment
Plugin version
2.2.2
Platform:
iOS
The text was updated successfully, but these errors were encountered:
Bug report
Description
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
Environment
2.2.2
Platform:
iOS
The text was updated successfully, but these errors were encountered: