Relative Content

Tag Archive for swiftbiometricslocalauthentication

Identify if user used Biometric or Passcode to successfully authenticate

I am trying to implement a scenario where user needs to Authenticate into the app using the LocalAuthentication APIs and so far it works fine. I have used the .deviceOwnerAuthentication so that if biometric fails it requires user to authenticate using passcode. What I couldn’t figure out is how to identify if the user used Biometric, that is TouchID/FaceID, or they ended up using the device passcode instead?