Questions tagged [inshortcut]
3 questions
3
votes
3 answers
Custom Intent Handler Not Called - iOS claims IntentHandlerMethodForIntent not Implemented
The IntentHandler in my objective-C implementation of a custom intent fails to receive a call from a voice activated shortcut. When using Siri to invoke the donated interaction, I have observed that I receive the following errors in the Console app…

JeffB6688
- 3,782
- 5
- 38
- 58
3
votes
2 answers
SiriKit Custom Intents parameters and shortcuts
I'm trying to figure out how to define and create shortcuts using the Custom Intents in iOS12. I want to create a shortcut so that a user can add a task to my app and give it a name (and other parameters in the future). For e.g. just say to Siri…

Z S
- 7,039
- 12
- 53
- 105
2
votes
0 answers
Does INShortcut fail if any integer parameter == 0?
Siri Shortcut for custom intent. I've included several parameters, some strings, one string array, and several integers. Some of the integers are for the raw value of an enum, one's a true integer value of a app property, and one uses 0 and 1 as a…

JKaz
- 765
- 6
- 18