Post

Replies

Boosts

Views

Activity

Reply to Adopting AppIntents and AppEntities for Apple Intelligence
I have the exact same question for my app which allows users to create charts and add series to them from Shortcuts. I couldn't find any AppSchemas that would match my entities. Will Siri AI only access app intents through AppSchemas? Does this limitation also apply to the "vibe coded" shortcuts Siri AI is now able to build?
Topic: App Intents SubTopic:
App Intents & Siri Q&A
Jun ’26
Reply to SwiftData preview sample code
It seems to be a problem in the #Preview macro. In the demo app (SampleTrips), I've managed to get it working using the old style previews: @MainActor struct ContentView_Previews: PreviewProvider { static var previews: some View { ContentView() .modelContainer(PreviewSampleData.container) } }
Topic: App & System Services SubTopic: iCloud Tags:
Jun ’23
Reply to Adopting AppIntents and AppEntities for Apple Intelligence
I have the exact same question for my app which allows users to create charts and add series to them from Shortcuts. I couldn't find any AppSchemas that would match my entities. Will Siri AI only access app intents through AppSchemas? Does this limitation also apply to the "vibe coded" shortcuts Siri AI is now able to build?
Topic: App Intents SubTopic:
App Intents & Siri Q&A
Replies
Boosts
Views
Activity
Jun ’26
Reply to SwiftData preview sample code
It seems to be a problem in the #Preview macro. In the demo app (SampleTrips), I've managed to get it working using the old style previews: @MainActor struct ContentView_Previews: PreviewProvider { static var previews: some View { ContentView() .modelContainer(PreviewSampleData.container) } }
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jun ’23