Posts

Post not yet marked as solved
3 Replies
1.3k Views
Hi I'm trying to port my iOS app to Mac using macCatalyst, and I'm having problem with Siri Shortcuts. The code complies and runs, but when I try to add shortcut using INUIAddVoiceShortcutViewController I'm seeing 'Shortcuts unavailable.' Using INVoiceShortcutCenter.shared.getAllVoiceShortcuts returns error  [Intents] -[INVoiceShortcutCenter getAllVoiceShortcutsWithCompletion:]_block_invoke Error from -getVoiceShortcutsWithCompletion: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." Any ideas what's I'm doing wrong? Same code works perfectly fine on iOS.
Posted
by Phoenix.
Last updated
.
Post not yet marked as solved
2 Replies
390 Views
I'm trying to resolve NSNetService address in the Siri extension, but nothing happens - resolveWithTimeout is called, but after a while Siri just times out. Same code works in the main app..To see what happens I have set timeout to 1 sec - and it still doesn't time out, it just does nothing.
Posted
by Phoenix.
Last updated
.