How can I control my application with built-in voice control?
Asked Answered
F

2

6

Let's say I develop audio player for iPod Touch 4/iPhone. Currently it can be controlled with standard panel (double click Home and scroll left). But how can I control that with built-in voice control (long click on Home)?

Faunus answered 21/7, 2011 at 19:27 Comment(0)
L
1

Apple has a VoiceServices framework (more info here) that may do what you want. Unfortunately, the VoiceServices framework is not part of the public SDK and it can't be used in apps submitted to the store.

Lafontaine answered 1/9, 2011 at 17:48 Comment(0)
B
0

how can I control that with built-in voice control

There's a new iOS 13 feature called Voice Control that may help you to control your application and your device more generally with your voice.

Activate this feature in your device settings Accessibility - Voice Control as follows: enter image description here

Take a look at the Customize Commands menu to dive into the vocal commands.

The only thing to do as a developer is eventually to adapt the accessibilityUserInputLabels properties if you need specific names to be displayed for some items.

The Voice Control feature is definitely THE built-in tool to reach your purpose.

Breeding answered 4/9, 2019 at 18:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.