Questions tagged [sirikit]

SiriKit is an API exposed by Apple for integrating developer applications with Siri. Use this tag only for questions related to the new Siri APIs in macOS Sierra and iOS 10.

SiriKit related links and guides:

411 questions
6
votes
2 answers

SiriKit extension not called

I'm using a test app and extension to attempt a SiriKit exorcism. My extension isn't being called at all and I can't figure out why. I have had a working SiriKit extension in a different app, which has inexplicably stopped responding - hence this…
Brian M
  • 3,812
  • 2
  • 11
  • 31
6
votes
0 answers

Custom INIntent debug: Sorry, there was a problem with the app

After adding voice shortcut to my app when I try to invoke it through custom intent on the device, I get "Sorry, there was a problem with the app" response without any additional info. In order to debug it, I set the breakpoint in IntentHandler in…
Brooketa
  • 352
  • 2
  • 9
6
votes
1 answer

iOS Siri Intents Extension "I don't see an app for that. You'll need to download one."

I am writing a Swift framework that contains a Siri intentdefinition file and code that is used both from the main app, from a Today extension, and from a Siri intent extension. I am using Cocoapods to distribute the framework (it is in a private…
Paul King
  • 1,881
  • 20
  • 23
6
votes
0 answers

How do you use the confirm phase of a SiriKit custom intent?

Experimenting with the Xcode 10 beta, I've created a custom Siri Intent and it's working well. My Intents Extension successfully receives the intents and handles them in turn. There is no validation of any sort needed on the parameters of the…
Ricky
  • 3,101
  • 1
  • 25
  • 33
6
votes
3 answers

SiriKit Error: Donating intent is not supported by this application

I'm having problems donating a custom intent in Xcode 10 (iOS 12 Beta). I've created a custom framework that's shared between my main app target, and my 'OrderIntent' target. I've created a .intentdefinition file with the target membership set to my…
glv19
  • 474
  • 6
  • 16
6
votes
1 answer

Clear input of SFSpeechAudioBufferRecognitionRequest after every result (Swift3)

I have integrated speech to text through this appcoda tutorial. The problem I am facing is I want that user can write/edit something himself, but SFSpeechAudioBufferRecognitionRequest doesn't take into consideration the thing user has typed. What's…
Rohit Jain
  • 81
  • 1
  • 7
6
votes
0 answers

Siri is recognising phrases from my AppIntentVocabulary.plist, but it's not using the VocabularyItemIdentifier values associated with those phrases

I am working on a workout app and want to integrate SiriKit for iOS 10. I already know how to integrate SiriKit and make Siri to work with our app. Only useful resource on this I can find is Apple's official documentation : SiriKit iOS 10 To make…
Ajay
  • 1,622
  • 20
  • 36
6
votes
2 answers

iOS 10 Siri support for Workouts with custom vocabulary

In my app I'd like to be able to tell Siri something like: So I enabled the Siri capability, added a target, implemented the INStartWorkoutIntentHandling (and also the other) delegate methods and everything works. I can now say Start a workout with…
Georg
  • 3,664
  • 3
  • 34
  • 75
6
votes
2 answers

SiriKit payment confirmation currency is always US$

I build Intents Extension and I'm handling INSendMoneyIntent and I'm saying: Send 25€ to John Smith response after app confrimation Here's your payment for US$25.00. Do you want to send it? Intent contains proper currency iso 3 code -…
user3292998
  • 209
  • 1
  • 8
6
votes
1 answer

Does macOS have an API for Siri?

Can I program a macOS app with Siri functionality like I can with an iOS app? As in, for example, play a sound using my music app when telling Siri "play the Aurora sound", or any other thing that SiriKit can do on ios.
5
votes
1 answer

SiriKit: shortcut defined in IntentsDefinition file not showing up in the Shortcuts app on macOS?

I haven't been able to add some basic SiriKit actions to my macOS app in macOS Monterey. To test this out, I created a new project, made it a macOS app with Storyboard. Then I added an intents definition file, and added a basic intent, with no…
Z S
  • 7,039
  • 12
  • 53
  • 105
5
votes
0 answers

How to handle intents with parameters on SwiftUI?

I am trying to implement voice interaction on iOS with SwiftUI and Siri. I am just trying to get a shortcut to work with a single string parameter. I am very new to the framework and have been stuck. Below is what I tried: Started on the…
Ataias Reis
  • 323
  • 1
  • 9
5
votes
1 answer

Facing issue in Siri Integration with custom intents

I’m trying to integrate Siri Shortcuts to my application. The concept which I’m trying is to get reward points of my card with secret pin confirmation. Please find what I have done for this below. Enabled Siri in capabilities and added Siri Intent…
RAJA
  • 1,214
  • 10
  • 13
5
votes
1 answer

Unable to read disambiguation result in INAddTasksIntent

In my app, users can add tasks to lists via Sirikit (example Siri intent query: "In MyApp add to expense list 100 dollars for jeans"). if the list suggested is not available in the app, I ask for disambiguation. the result from multiple choice in…
rajeswari ratala
  • 650
  • 7
  • 14
5
votes
0 answers

How to remove 'Show When Run' option when using ios shortcut

I'm implementing ios shortcut intentents. i just add intent in myProject and i don't want to show 'Show When Run' in shortcut option. how to remove 'show when run' option?
bumseok park
  • 111
  • 6
1 2
3
27 28