Skip to content

jmuthialu/SiriShortCuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readme
------

Usage: Order tea using black coffee
Shortcut: coffee

App development

- Enable Siri capability
- Add Siri Permission working in info.plis
- Add permission check in App Delegate

- Create intent definition file with parameters (OrderCoffee.intentdefinition)
- Donate intent when placing order
- handle intents in continue userActivity in AppDelegate

- Add IntentHandler target
- Add this target to OrderCoffee.intentdefinition file so that IntentHandler can compile OrderCoffeeIntentHandling
- Add Intent handler for OrderCoffeeIntentHandling
- Add this intent in info.plist of intentHandler (IntentsSupported: OrderCoffeeIntentHandling)

- Add IntentHandlerUI target
- Add custom intent in info.plist of intentHandlerUI (IntentsSupported: OrderCoffeeIntentHandling)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages