Post

Replies

Boosts

Views

Activity

Reply to App Intents not working with Siri
Just complementing, that's how I'm using AppIntentProvider import AppIntents struct CustomerAppIntentProvider: AppShortcutsProvider { @AppShortcutsBuilder static var appShortcuts: [AppShortcut] { AppShortcut( intent: StoresAppIntent(), phrases: ["Mostre as lojas do \(.applicationName)"], shortTitle: LocalizedStringResource("Lojas"), systemImageName: "storefront" )
Jul ’25