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
Same issue is being faced by me, if giving wrong fingerprint catch block is not getting called, hence not able to handle the fallback scenario for failed authentication. But when we are cancelling it then catch block is executed with User Cancelled status. Kindly help in the same.
Hello ,
I have Problem Libary react-native-touch-id for Android.
TouchID.authenticate('to demo this react-native component', optionalConfigObject)
.then(success => {
Alert.alert('Alert','Authenticated Successfully');
})
.catch(error => {
Alert.alert('Alert','Authentication Failed');
});
problem is touch Faield And click Cancel
Error same same, I want separate Error Please
Thank you.
The text was updated successfully, but these errors were encountered: