How to build an App Intents Spotlight integration using Shortcuts »

Apple has introduced a new feature to display App Intents in Spotlight – Antoine Van Der Lee wrote up how he implemented the change in his app WeTransfer.

Antoine Van Der Lee on his blog SwiftLee:

App Intents have been new since iOS 16 and offer a programmatic way to service your app’s content and functionality to Siri and the Shortcuts app. New in iOS 17 is the option to surface App Shortcuts integrated into Spotlight, making your app’s functionality even more discoverable.

App Intents are the engine behind many features like Widgets and Live Activities. By using them smartly, you’ll create a reusable framework for your app’s functionality. For example, the App Intent we’re creating for Spotlight Shortcuts could be reused for interactive widgets

What a great walkthrough – here’s the sections:

View the full post on avanderlee.com (via Justin Ferrell).

Posts You Might Like

Apple Tests ‘Apple GPT,’ Develops Generative AI Tools to Catch OpenAI »
According to Bloomberg, Apple is testing their own generative AI tool called "Ajax" internally – here's why I think it needs to take advantage of Shortcuts.
» Grouping in HomeKit, Shortcuts Tweets, and Quick Links
New podcasting shortcuts for Transistor.FM
While working on my podcasting workflow, I developed these shortcuts for my hosting service Transistor.FM.
App Intents: Grouping Parent Parameters Using a Unified Entity Approach
Streaks developer Quentin Zervaas shared this great technique for working with complex parent parameters in App Intents – grouping them into a single, separate entity.