sirishortcuts Questions

2

Solved

I’m working on supporting iOS 17’s new Shortcuts features. I have a multiple App Shortcuts including one that launches the app in a selected tab. The tab selection is done via a custom AppView enum...
Odyl asked 30/8, 2023 at 9:52

0

With iOS/Apple AppIntents, your iOS app can declare AppIntents, which users can use from the Shortcuts App to use as steps in their own manually/Siri/etc triggered Shortcuts, but also from their ow...
Juliajulian asked 18/9, 2023 at 2:55

1

Solved

I'm changing an App Intent definition, but the changes are not reflected in the Shortcuts app when I try to use my changed intent as an action in a Shortcut. And trying to run the shortcut gives an...
Chicoine asked 17/1, 2023 at 20:57

7

Solved

I've 2 siri shortcuts in my App. I use NSUserActivity to donate these shortcuts. I've also created 2 NSUserActivityTypes in my info.plist. There are 2 view controllers which handle these shortcu...
Hoad asked 15/9, 2018 at 8:15

3

Solved

The IntentHandler in my objective-C implementation of a custom intent fails to receive a call from a voice activated shortcut. When using Siri to invoke the donated interaction, I have observed tha...
Tishtisha asked 30/11, 2021 at 22:48

3

I have an app which allow users to create shortcuts for it. It worked well on my iPhone and my Apple Watch until I upgrading my devices to iOS 15 and WatchOS 8.0 It keep asking me "Allow *** t...
Izolaiztaccihuatl asked 22/9, 2021 at 22:49

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

4

Solved

I can see it is easy to turn on/off Bluetooth, but it would be great if I could set or switch a speaker bluetooth in my devices. Is there a way to set system values? How can I create an ac...
Valene asked 23/9, 2018 at 20:23

1

When displaying an instance of INUIAddVoiceShortcutViewController, I want to let one of the shortcut's intent's parameters (of type Decimal) default to Ask Each Time. Right now, it defaults to the...
Commissioner asked 15/10, 2019 at 22:12

1

I want to randomly permute a list using a default source of randomness. The only reference for "shuffle" that I've found is an option in the Play Music action. In other words, how can I create an ...
Untangle asked 24/1, 2019 at 11:50

1

Solved

Let's say I've defined a custom intent, called FooIntent, in an .intentdefinition file. It has a single parameter, bar, of type Decimal, for which: - User can supply value in Siri and Shortcuts ap...
Radiosurgery asked 19/10, 2019 at 5:16

1

I have an app that uses a Swift framework that contains an intentdefinition file. I use CocoaPods to manage/distribute my frameworks, so, in order for Siri to successfully find the app and extensio...
Villagomez asked 12/10, 2018 at 22:46

1

I have an Intent Extension with the View category that is working pretty good for showing an app info. Now I need to enable TouchID for security reasons, so the user needs to authenticate before r...
Pyle asked 27/9, 2019 at 17:45

1

Solved

In my app I have created a SiriKit intent that allows the user to search for people. If they trigger this intent directly from Siri then I would like to open my app with this search string and sh...
Whitecollar asked 13/9, 2019 at 3:32

0

I am writing an app that include a scenario where I want a search using Siri like "Hey Siri, APP_NAME PHRASE" give any phrase using Siri and I need that PHRASE as Text to my app. I tried with custo...
Scotopia asked 21/8, 2019 at 8:23

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

0

I am not sure what I am doing wrong. But in this method INVoiceShortcutCenter.shared.getAllVoiceShortcuts { (vShortCuts, error) in print(vShortCuts) } vShortCuts is an empty array. var sug...
Square asked 4/7, 2019 at 9:30

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

0

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?
Symptom asked 2/5, 2019 at 2:19

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

0

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...
Sucre asked 2/1, 2019 at 20:9

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

0

Is there a way to retrieve a list of interactions (INInteraction) that my app has donated? I'd like to avoid duplicating code and having this list helps.
Kentigera asked 22/10, 2018 at 23:34

© 2022 - 2025 — McMap. All rights reserved.