epicshaggy / capacitor-native-biometric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to know if user declines permission

valdo99 opened this issue · comments

Hi,

Everything working well, though when a user declines biometric access, will popup the device passcode, how can we know if a user declindes the biometric permissioin?
so we can handle this information and do not ask the user again for it!

Also if user declines and we try to verify the user with Biometrics it will always ask for the user passcode.

any advice will be helpful.

#10
I believe it is talked about in this PR.
There is error code messaging you can access if you are interested in handling the failed prompt differently.