siri Questions
5
Solved
I use Siri on my phone and watch to create reminders on the go. When I'm in the office I don't want to disturb the quiet by using Siri, so I usually use an Alfred workflow that is integrated with t...
Pavonine asked 28/9, 2016 at 23:41
3
Solved
The say command-line utility seems to be unaware of Siri voices as of macOS 11 (Big Sur):
say -v '?' doesn't list Siri voices.
Targeting a Siri voice explicitly doesn't work:
say -v NoraSiri hi...
Hadfield asked 9/4, 2020 at 13:33
2
I uploaded my App to AppStore connect (using Xcode 12 Beta 6) and received a Mail with this warning. The App is available in TestFlight.
My App uses a Widget with an AppGroup, but I'm not using Sir...
Obsequent asked 14/9, 2020 at 13:19
2
Solved
Goal
I want to be able to trigger a VoIP call with Siri saying "Call Emily
using the Next app", without adding shortcuts.
Emily is a contact I added to my contacts, which holds my own p...
4
Solved
I'm building a Siri aka Intents extension.
I do understand that I can attach the debugger to a running process after start, however, I never see my process. I do have the authorization for my app s...
Morven asked 29/6, 2016 at 8:10
3
I am writing an app that includes text-to-speech using AVSpeechSynthesizer. The code for generating the utterance and using the speech synthesizer has been working fine.
let utterance = AVSpeechUt...
Durfee asked 20/9, 2017 at 22:35
2
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...
2
Solved
My Problem
My app has its own Shortcuts actions created using Intents Extensions. They perform background actions perfectly.
For some actions, I'm trying to make the intent extension open the mai...
Velvety asked 15/8, 2019 at 20:39
1
I've an intent parameter set as dynamic from the intent definition.
Let's say that the server where I get information for this option is currently down.
It is not clear how to present to users ...
Sentimentalize asked 14/11, 2019 at 16:2
3
Solved
I implemented two Custom Intents with Sirikit in my iOS app. When I was developing them I had iOS 13.3 installed in my iphone and one of my intents has a Siri Dialog prompt asking for the value of ...
1
I would like to be able to test which text-to-speech voices are available for my iOS app to use with AVSpeechSynthesis. It is easy to generate a list of the installed voices, but Apple makes some o...
Shuffleboard asked 7/2, 2020 at 15:21
1
I am currently adding SiriKit in my application and I have created an INExtension class. In my Info.plist I have the following code as below.
But each time I try to run the Intent Extension class...
0
In my project I use siri shortcuts with INUIAddVoiceShortcutButton.
I use this method to create the button and associate the NSUserActivity:
let button = INUIAddVoiceShortcutButton(style: .black...
Exact asked 8/8, 2019 at 10:10
2
I want to use SiriKit to start a workout. Starting the workout requires opening the main app from the app extension.
The boilerplate that Apple provides for the INStartWorkoutIntentHandling handle...
Liquesce asked 23/7, 2016 at 3:3
3
I'm studying the Speech Recognition on the iOS, but Every time I call the method [_recognitionRequest endAudio] , it always got an error in recognitionTaskWithRequest: the message is in the bottom....
Sikorski asked 8/10, 2016 at 1:16
1
Solved
How do you customise a Siri shortcut in the shortcuts app?
This question is related to the new iOS 12 feature: Siri Shortcuts. Users can use Siri shortcuts to trigger app specific features (create...
Maledict asked 27/11, 2018 at 12:44
1
Solved
I've created a custom Siri Intent. It is visible in the "Shortcuts" app. However, it allows me to pick only from donated shortcuts, without an option to specify own parameter.
Is it possible to cr...
Pabulum asked 9/10, 2018 at 8:46
1
Solved
There are a dozen related actions that users of my app can perform, and I'd like to let them do it with Siri, but I'm unsure how to effectively do that. I know I can donate a INIntent when a user p...
Chacon asked 13/11, 2018 at 21:14
1
Solved
I'm implementing Siri Shortcut. My objective is add shortcuts of functions to SIRI SHORTCUT on Settings app.
In order to do so, I need to first register NSUserActivity & then handle the shortc...
Rhamnaceous asked 1/11, 2018 at 1:28
3
Solved
I have created a simple intent for Siri shortcut and whenever i am trying to donate the intent, it is ending up with following error.
Interaction donation failed: %@ Error Domain=IntentsErrorDom...
Kippie asked 17/7, 2018 at 12:44
0
I want to build an app with Google Assistant & Siri support.
How would one go about implementing this in Flutter?
I'm aware of existing voice support,
but there's no support for back-and-...
Karyolysis asked 26/5, 2018 at 17:51
1
I have some troubles to add custom vocabulary to Siri.
I have implemented Siri in my app and it works well with classical commands. However, I tried to add a custom phrase and it doesn't re...
1
Solved
I want Siri to show me specific content in IntentViewController of Siri on my specific Command. I have tried adding a .plist to .lproj but it didn't work for me.
0
I am trying to implement SiriKit for iOS 11, specifically utilizing lists and notes. My AppIntentVocabulary.plist is shown below as a gist.
AppName replaces my App's real name.
https://gist.githu...
6
I am trying to develop an app extension using sirikit, but when i am trying to run it on simulator iphone 7plus, it is giving the following error :-
SpringBoard was unable to service the request.
...
Odoric asked 21/11, 2016 at 6:13
1 Next >
© 2022 - 2024 — McMap. All rights reserved.