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
// There is a strange iOS issue with users who have damaged the hardware connected to their biometrics.
115
+
// iOS will say the phone supports biometrics, but app is unable to make use of it, returning an error.
116
+
// So to allow people to install the app, and not implement a security hole. We will check if its possible to use userPresence with a dummy keychain value
117
+
// If this fails during onboard, all biometric logic will be turned off
118
+
//
108
119
// Recording the passcode only once with biometic flag, means when biometric enabled, users are unable to enter the passcode on its own (i.e. tapping cancel to biometric)
109
120
// Because retrieving the passcode to do the verification requires succesful biometrics
110
121
// Instead it needs to be stored twice, once where it can be accessed without biometrics and one with to enable both cases
0 commit comments