.deviceOwnerAuthenticationWithBiometrics properties in swift4
.deviceOwnerAuthenticationWithBiometrics properties in swift4
I am using touch-id authentication and its works fine. however, when when user hits 5 wrong attempts will cause in touch-id lock-down and user have to enter there pass-code or enable there touch id from settings. seems its default but is there a way I can disable it
this is what I have used
let localAuthenticationContext = LAContext()
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.