What are app intents ?

Generated on 8/8/2024

1 search

App Intents are a framework that allows you to expose your app's core features to the system, enabling them to be used outside of your app in various system experiences. This includes integration with Siri, Spotlight, Shortcuts, and other system features. An app intent consists of a summary of what it does, which starts with the app followed by a verb, and includes the parameters that people need to fill out before the intent is run.

App Intents can be combined with other intents into shortcuts, creating powerful new flows that they could not achieve alone. They are designed to be flexible and readable across many configurations and use cases. For example, an app intent might open the camera to a specific mode, and the mode can be changed via parameters.

To learn more about how to design and structure app intents, you can refer to the session Design App Intents for system experiences.

Relevant Sessions

  1. Design App Intents for system experiences
  2. Bring your app’s core features to users with App Intents