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

app and app extension fetching contacts from contact book

Im trying to integrate Siri. For this I turned on AppGrouping for my app. I was trying to use user defaults to save contacts. But it says: "Attempt to set a non-property-list object". What I'm doing wrong? class func allContacts() { let…
birdy
  • 943
  • 13
  • 25
0
votes
0 answers

iOS Identify speakers using SIRI kit

I implemented SIRI kit in app for speech to text and its working fine. It display text based on user speak. Now I have requirement that Identify the speaker and based on the speaker display text in different color. Example: When user1 speaks =>…
Ekta Padaliya
  • 5,743
  • 3
  • 39
  • 51
0
votes
1 answer

Siri Integration: Audio call using Siri?

I need to integrate Siri to make a calls using my app. Siri recognises my app on App Support on Settings. But when Im trying to call some contact saying "call ContactName on MyApp" it just shows me button "open MyApp". IntentHandler.swift contains…
birdy
  • 943
  • 13
  • 25
0
votes
1 answer

Start SIRI from iOS Application

I want to start siri programmably from my application. There is any way to do it from my app like launch another app from package name ?
Kevin ABRIOUX
  • 16,507
  • 12
  • 93
  • 99
0
votes
1 answer

SiriKit SendPaymentIntent

We are trying to implement SiriKit SendPaymentIntent in our app. We need a local stored data from our main app. We try to get this string from keychain and user defaults, nothing worked. My question is if we want to get a located stored string, how…
Developer Sheldon
  • 2,140
  • 1
  • 11
  • 17
0
votes
0 answers

SiriKit Payment to an organization?

Someone asked this same question and it got closed for being too vague, but I have this exact problem and it hasn't been answered anywhere else. SiriKit Payment doc says it works User-to-User, but is there any way to make this pay a bill for…
user721856
0
votes
1 answer

Siri should open certain Page or ViewController

My app is a self care app. In this app user can pay his bills once he is logged in. I am able to open the app successfully via Siri. Just wondering if I could pay the bills via SIRI While opening the app I could do login in background with saved…
0
votes
1 answer

SiriKit intent always times out on first run after build

After I first build and run my intents project, requesting something from Siri always returns with Sorry, you will need to continue in the app However, it works every time after that until I rebuild. I put breakpoints in handler: override func…
Nick Graham
  • 575
  • 5
  • 12
0
votes
1 answer

iOS Siri Kit - Show user's data

I have an app which has some data stored by itself. Now, I need to display it using Siri. For example, my username in that app is "Steward", then the Siri should return "Your username in the app_name is Steward" for the question "What is my username…
0
votes
0 answers

iOS10 - Implement SiriKit Messaging API to send messages via Webservice calls

I am trying to implement Siri for chatting or messaging App. and messages will be sent via APIs, How can i wait for the response of web-service and then respond to user via Siri that message has been sent. I tried to call a webservice, but before…
W.S
  • 931
  • 1
  • 10
  • 36
0
votes
0 answers

[Swift._SwiftDeferredNSArray _dataForIntentSlotDescription:]:

I have the following error message in log while execution Intent extension to Start Video Call with my app: 2016-09-28 23:56:58.686343 CallIntentExtension[2442:128209] -[Swift._SwiftDeferredNSArray _dataForIntentSlotDescription:]: unrecognized…
SoVa_
  • 379
  • 4
  • 12
0
votes
1 answer

Sirikit for Apple tv

I want to know if Apple has yet released siri kit for Apple tvos for developers? I could not find any link for Sirikit for tvOS. If yes, Please share the link where I can find it.
0
votes
1 answer

Fetch or Push values from Parent application to Intents extension in iOS?

I am creating a SiriKit extension for my application for a payment. I want to fetch some data from parent application & use that data to populate. How to fetch data from Parent application ?
Bharath
  • 3,001
  • 6
  • 32
  • 65
0
votes
1 answer

SiriKit Intents UI - Payment Domain Remove "Send Money" bar

I'm trying to create a custom UI for my SiriKit extension in the Payments domain. However, the UI is still showing the "Send Money" bar in the confirmation stage and the "Money Sent" bar in the handling stage. Is it possible to remove these?
hatooku
  • 423
  • 1
  • 4
  • 11
0
votes
0 answers

Error when importing Intents in Xcode 8 beta

I can't seem to compile my Intents and IntentsUI extensions in Xcode 8. I haven't changed anything in the class templates, and I am getting error like below.
Enrico Susatyo
  • 19,372
  • 18
  • 95
  • 156