Posts

Post not yet marked as solved
0 Replies
619 Views
Whenever user tries to login with biometric and it failed multiple times then the passcode screen appears and this is the screen which we don't want for our perfectly secure applications. We are looking to authenticate user with biometric only and not fallback to passcode which is same as the Apple internal API https://developer.apple.com/documentation/security/secaccesscontrolcreateflags where we can enforce user to use biometric based login. Although we like WebAuth framework but this is the only reason we cannot move forward with the WebAuthn framework. is it something Apple can think about providing to make application more secure ?
Posted Last updated
.
Post not yet marked as solved
1 Replies
708 Views
Our ios/IPadOS has an action extension for Safari Browser which uses SecKeyCreateSignature function to generate digital signature but in the latest 13.3 public beta it suddently stopped working and throwing the error - User Interaction is required (-1004, LAErrorNotInteractive). Same error is thrown when we call LAContext.evaluatePolicy(...) to present a biometric prompt.This action extension is built with `No User Interaction` action type . Has anyone seen this error before ? is there any existing ticket with the same issue or any resolution ?Looking for resolution steps to solve the issue. I have not done any out of the box configuration to call these method. It's plain settings required for signing of message.
Posted Last updated
.