App Intents vs. Lock Screen

I've been working on a project with App Intents and have hit a complete wall. The desire is to have an app that allows a person to place an order of something and have that order processed while in lock screen without any intervention.

Is that workflow possible without having to unlock the screen? Under what circumstances can a task be handled without unlocking the device.

Going over some of the documentation about older custom intents strongly implies that this was possible under certain circumstances.

Answered by DTS Engineer in 789015022

You're looking for the authenticationPolicy variable on AppIntent.

You're looking for the authenticationPolicy variable on AppIntent.

App Intents vs. Lock Screen
 
 
Q