Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Siri Shortcuts: How to require unlocking the phone

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

like image 741
RawMean Avatar asked Oct 16 '22 05:10

RawMean


1 Answers

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

enter image description here

like image 97
RawMean Avatar answered Oct 21 '22 07:10

RawMean