1

I am integrating SiriKit into my iOS 13 app.

For that I am using Apple's Sample app - Soup Chef for understanding it.

In my Custom Intent, I have selected Ask Each Time in Shortcuts App for quantity value.

enter image description here

But, When I run the shortcut from Hey, Siri!, it redirect me to Shortcuts App, instead of Siri asking me about quantity.

I have Siri Dialog enabled already. enter image description here

How can I force Siri to ask me the question, instead of getting redirected to Shortcuts App?

Mohammad Zaid Pathan
  • 16,304
  • 7
  • 99
  • 130

2 Answers2

3

This seems to be an issue in iOS13.0. Try running this on a device running iOS13.1, and it should work.

Z S
  • 7,039
  • 12
  • 53
  • 105
0

SiriKit stopped using Siri Dialog prompts (iOS13.1)

https://forums.developer.apple.com/thread/122235

Apple is in the process of integrating the new version of Siri. So it deactivates some features.

YanSte
  • 10,661
  • 3
  • 57
  • 53