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
0
votes
2 answers

How to reset Siri authorization status to undetermined?

After an app has asked permission to use Siri, how do you reset the authorization status so that the app will ask permission to use Siri again? That is, how do I hit INSiriAuthorizationStatusNotDetermined again after it has already been hit? I know…
rocky
  • 3,521
  • 1
  • 23
  • 31
0
votes
1 answer

Payment intent Sirikit still not working

I have been working on an app were I try to implement the requestPaymentIntent. It was working first, but at some point it started doing the Bing search, and at some point just saying it found a mistake and doing nothing after that. This has been…
HSmilde
  • 1
  • 2
0
votes
1 answer

Xcode 8 SiriKit Extension - Could not attach to pid

Almost every time I try to run my SiriKit Extension, I get "Sorry, you'll need to continue in the app" along with "Could not attach to pid : '####'" on Xcode. I have Siri capability enabled. Weirdly, 1 out of 10 times when I clean and rebuild, the…
hatooku
  • 423
  • 1
  • 4
  • 11
0
votes
2 answers

SiriKit can't send message in my project

I want to use SiriKit send a message, but I found that the whole event at the end of the handler method, will not continue in the main app. In my project, sending a message module depends on many things, is not simple abstract into a framework, so…
onedotM
  • 13
  • 4
0
votes
2 answers

SiriKit queries trigger web search

Any request that I make to send money to a contact through Siri triggers a web search, passing the voice input to Safari (i.e. "Send $100 to Bob"). I have enables Siri in my app capabilities and have added the INSendPaymentIntent to my info.plist…
tariqaziz
  • 11
  • 2
0
votes
2 answers

Sirikit and parent app communication in ios 10 : Handoff

I am using Sirikit to integrate with my payment domain app where I need to interact with the app. I read Apple documentation, they asked to use common frameworks. Is it possible to use handoff? if yes then how? How can I call the other…
0
votes
1 answer

how to make voip calls using siri-kit iOS10

I have added extension to app(as per apple documentation) but intent handler class is not responding with my commands. what i am missing don't no.Please help me ,How can i add siri to my app. // reslove -…
0
votes
1 answer

Siri in your application

Possible Duplicate: Does Apple provide an API for SIRI? Is there a way to add Siri to your OSX and iOS applications ? and If so, how do you get Siri to process your own words as a command If you say "Client" Then because this is a register…
NewDev
  • 257
  • 1
  • 5
  • 18
-1
votes
0 answers

How to access Mac's speech to text's confidence scores?

In the depths of Siri, it's churning out confidence scores for its dictation. I've accessed this on ios (via simulator on my mac), by tinkering with a package that connects Siri with react native. It returns something like {"value":…
litmuz
  • 71
  • 8
-1
votes
1 answer

Create custom type parameter in sirikit

I am working on siri kit and try to create own datatype in Intents.intentdefinition. i refer soupchef demo project which was presented by apple on last WWDC 2019 and in that demo project toppings fields has a custom type. So how custom type is…
Bandish Dave
  • 791
  • 1
  • 7
  • 27
-1
votes
1 answer

My Intent UI Extension are not displayed when i ask to siri

I have written a Siri Intents extension with a corresponding IntentsUI extension. But only the custom intent response is sayed by siri, the IntentsUI is not displayed. All targets .plist have my CustomIntent in the NSExtensionAttributes…
mmnl.dev
  • 1
  • 1
  • 2
-1
votes
1 answer

I want the Siri to open when I click button. Is it possible?

I added a button to my application. I want the Siri to open when I click this button. Is it possible? How can I do that? Please, help.
-1
votes
1 answer

Can we integrate third party service in Siri without installing app?

One of my healthcare related service, I want to integrate third party service in Siri... Is it possible to add this feature without installing the third party app... Google Assistant in Android provides this feature without installing that app...
pradip_android
  • 283
  • 1
  • 3
  • 16
-1
votes
1 answer

Can speech or face recognition be added to sirikit as part of authentication?

I am using newly launched sirikit with payment domain app to use SendMoney intent. Is it possible to extract speech out of siri to do Speech recognition as part of authentication or can we launch camera for face recognition. Any leads would be…
-2
votes
1 answer

Question and answer app using sirikit in swift

I studied and explored sirikit and it's category/domains like workout, photos, Ride Booking, Messaging etc. I want to develop Inquiry base app using sirkit and for that I am looking for the domain which support my app requirements. ex. KnowCovid19…
Bandish Dave
  • 791
  • 1
  • 7
  • 27
1 2 3
27
28