Siri Shortcuts: How to require unlocking the phone

1.5k views Asked by At

Siri Intent: Is it possible to require that the user to unlock the iPhone before the execution take place? I don't want the Intent to cause the corresponding iOS app to be launched.

If I uncheck the "Supports background execution" box (shown below), Siri requires the devices to be unlocked but it also launches the app and I don't want that.

enter image description here

1

There are 1 answers

0
RawMean On

Found the answer. See the screenshot. In the Intent definition file, set the "authentication" to "Restricted While Locked"

enter image description here