JUST ENDED
|

App Intents & Siri Q&A

Connect with Apple engineers in the App Intents & Siri Q&A on the Apple Developer Forums.

Post

Replies

Boosts

Views

Activity

Using EntityPropertyQuery with SwiftData
I’m using SwiftData in my app and would like to support the standard „Find“ Shortcut. What is the best way to use the EntityPropertyQuery’s entities(matching: mode: sortedBy: limit:) function with SwiftData? I’m currently using a Swift Package called CompoundPredicate to construct my predicates based on the QueryProperties and the SortingOptions. I know that SwiftData started to support compound predicates with macOS 14.4/iOS 17.4 or later. But from what I understand they are not dynamic and are validated at compile time. What is a native way to handle this dynamic predicate case of App Intent fetches?
0
0
28
6h
Siri Questions
We have existing Siri functionalities in our app, for customer retrieve their bank or credit cards information. How can we leverage new Siri AI features to our existing function? what is correct approach we can go?
1
0
22
6h
Photos grid layout for .photos.asset entities in Spotlight
When using the .photos.asset schema for an AppEntity conforming to IndexedEntity, is there a way to trigger the rich grid layout in Spotlight results that native apps like Photos and Messages currently utilize?
Replies
0
Boosts
0
Views
19
Activity
6h
App Name tied to Siri action
Is the user required to remember the name of my app in order to interact with it via Siri AI?
Replies
1
Boosts
2
Views
41
Activity
6h
Using EntityPropertyQuery with SwiftData
I’m using SwiftData in my app and would like to support the standard „Find“ Shortcut. What is the best way to use the EntityPropertyQuery’s entities(matching: mode: sortedBy: limit:) function with SwiftData? I’m currently using a Swift Package called CompoundPredicate to construct my predicates based on the QueryProperties and the SortingOptions. I know that SwiftData started to support compound predicates with macOS 14.4/iOS 17.4 or later. But from what I understand they are not dynamic and are validated at compile time. What is a native way to handle this dynamic predicate case of App Intent fetches?
Replies
0
Boosts
0
Views
28
Activity
6h
Siri Questions
We have existing Siri functionalities in our app, for customer retrieve their bank or credit cards information. How can we leverage new Siri AI features to our existing function? what is correct approach we can go?
Replies
1
Boosts
0
Views
22
Activity
6h
Siri waitlist
I downloaded the beta iOS 27 and I’m still on the waitlist, as are a whole bunch of other people. Is there like a bug of people not getting past the new Siri waitlist?
Replies
1
Boosts
0
Views
416
Activity
6h
Determining trigger source (Siri vs. Spotlight vs. Shortcuts) in AppIntent
Is there a supported way to differentiate the trigger source (i.e. Siri, Spotlight, or Shortcut) within the perform() method of an AppIntent?
Replies
1
Boosts
0
Views
26
Activity
6h
Lifecycle Change, Compute & Network assignment when executing an App Intent?
Will the processing of an Intent result in an App Lifecycle change? How is compute time & network access managed when processing the intent? E.g., would I be able to make backend requests if needed?
Replies
1
Boosts
0
Views
24
Activity
6h
Integration of App Intents not covered by an existing Schema
Can I make functionality of my app available to Siri AI if they are NOT from one of the predefined App Schema domains? (This was already asked here: https://developer.apple.com/forums/thread/829586 ) Can I define my own App Schemas & App Schema Domains?
Replies
1
Boosts
1
Views
34
Activity
6h