I had added a INUIAddVoiceShortcutButton
which works fine, but when I delete the Shortcuts App it stops working. The delegates still return that the shortcut was successful, but the button doesn't change to reflect that the shortcut was added. I found that I have to re-install the Shortcuts app AND restart my phone to return function.
Is there a way to determine if the Ahortcuts app is install? Is there something missing?
I also tested this with Apple's demo Soup Chef app.
The best I've found is calling
INVoiceShortcutCenter.shared.getAllVoiceShortcuts
returns an error:And after adding the shortcut it returns nil: