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
Too many tries result in the Fingerprint API returning an error callback and locking the fingerprint sensor. It is not possible to easily recover or know the timeout that the fingerprint sensor will be in lockdown. This is why this case is translated to an error. The user should actively prompt the app to try again to enable the fingerprint sensor.
I feel like adding internal retry logic to RxFingerprint would defeat the purpose of this error as it is there for security reasons.
com.mtramin.rxfingerprint.data.FingerprintAuthenticationException: Too many attempts. Try again later.
in this case onError is called which will end the stream, however, this is a recoverable error, all you need to do it try again later...
The text was updated successfully, but these errors were encountered: