Failed with the error - User Interaction is required (-1004, LAErrorNotInteractive) , while generating signature In Action Extension app ( Safari)

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.

Replies

Hi, have you ever found a solution to this problem? My Safari extension is failing with the same error on iOS 13.3.