I created an Intent and set it with the "setShortcutSuggestions" API inside of "AppDelegate didFinishLaunchingWithOptions". When I open the settings app I see the suggested shortcut and am able to record the personalized phrase as expected.
When I then activate the shortcut by voice, Siri always returns "Sorry, there was a problem with the app.". There are no messages in the console or anything helpful. I did this in my own project and also simulated the same scenario using the Soup Chef app. This is via simulator and on a physical device. Note the shortcut does work properly when activated via search, just not when activated via Siri voice.
What does this error mean and how can I debug it?
Xcode 10 beta 6