Is there any way to programmatically check whether dictation is enabled in tvOS (Siri remote)?
Asked
Active
Viewed 134 times
1 Answers
0
This is not yet possible in tvOS, nor in iOS.
For more information, check out the documentation of UITextInput
.

Tamás Sengel
- 55,884
- 29
- 169
- 223
-
Actually, this is not directly related to UITextInput. For tvos, this is another user experience. For example in my case when the user opens search screen I want to warn users that they can use our application better with dictation. Anyway your answer is correct. – MGY Feb 01 '18 at 11:49
-
@mgyky My suggestion would be displaying that notice anyways, it's useful information. – Tamás Sengel Feb 01 '18 at 11:53