Contents

App Intents updates

Learn about important changes in App Intents.

Overview

Browse notable changes in App Intents.

June 2025

  • Create app intents that conform to SnippetIntent to display an interactive snippet.

  • Make app entities available in Spotlight that conform to IndexedEntity and use the @ComputedProperty(indexingKey:) or @Property(indexingKey:) Swift macros for attributes you want to add to the Spotlight index.

  • Integrate your app with visual intelligence by providing app entities to the system using an IntentValueQuery.

  • Create an AppEntity that conforms to the Transferable protocol and associate the app entity with a NSUserActivity using the activity’s appEntityIdentifier property to make onscreen content available to Siri without adopting an assistant schema.

November 2024

Siri and Apple Intelligence

  • Make onscreen content available to Siri and Apple Intelligence by describing it as an AppEntity and adopting an assistant schema. Additionally, adopt the Transferable protocol, and associate the app entity with a NSUserActivity using the activity’s appEntityIdentifier property.

June 2024

System integration

Content sharing

  • Make it possible to share and transfer data you describe as App entities by conforming to Transferable.

  • Receive content other apps make available with app intents by using IntentFile for your app intent parameters.

  • Describe the file that stores your app intent data using FileEntity.

General

See Also

Technology updates