Use this tag for version specific questions about tvOS 11 - the operating system developed by Apple for the Apple TV. When using this tag also include the more generic [tvos] tag where possible.
Questions tagged [tvos11]
8 questions
3
votes
2 answers
ERROR ITMS-90513: Missing Info.plist Key. Your app's Info.plist must contain the 'TVTopShelfImage.TVTopShelfPrimaryImageWide' key
We are trying to upload TV OS build to app store but its always fails..Please find a error screenshots
We tried so many possibilities but nothings helps and we are using Xcode 9 version, we added 1920X720 image also.
Restarted system also did not…

karthikeyan
- 3,821
- 3
- 22
- 45
2
votes
2 answers
UIUserInterfaceStyle reverting to UIUserInterfaceStyleDark on each reopen
I'm having the strangest issue with a tvOS app where I check self.traitCollection.userInterfaceStyle to setup my UI according to light or dark mode in tvOS 10+.
On initial launch, all works as expected, and with the system in Light mode,…

RealCasually
- 3,593
- 3
- 27
- 34
2
votes
1 answer
how can I remove progress bar or video bar from a video on a tvOS?
@IBAction func buttonPlay(_ sender: Any) {
guard let path = Bundle.main.path(forResource: "NORWAY", ofType: "m4v") else {
debugPrint("video.m4v not found")
print("video playing")
return
}
…

Amith156
- 53
- 6
2
votes
0 answers
Accessibility: Related Content - Two fingers flick
I have been trying to understand the intent and potential use case to use "Two finger flick right" as explained under Voice over help section on Apple TV. So far my understanding is
Two finger flick right allows voice over to focus on something…

Rahul Sharma
- 3,013
- 1
- 20
- 47
2
votes
2 answers
Custom Info View Controller index
Is it possible to change Custom Info View Controller's index in AVPlayerViewController?
customInfoViewController
A view controller that provides client-specific content and controls
alongside system-provided information and settings panels.…

MGY
- 7,245
- 5
- 41
- 74
1
vote
1 answer
tvOS - Firebase/Core supported? Any other way to get remote Push Notification in tvOS Application?
When I try to use the Firebase framework with tvOS (via cocoapods) I get the following error:
> [!] The platform of the target `*******` (tvOS 9.0) is not compatible
> with `Firebase/Core (4.8.0)`, which does not support `tvos`.
I tried to set…

Fusioni Technologies
- 219
- 2
- 12
0
votes
1 answer
how to current language used in tvml application using tvjs for localisation
Im a beginner in tvOS application . Im using tvml and tvjs. I want to do localisation in my application. How will I get the current language used and interface language used in application.

Monika Mohan
- 11
- 1
0
votes
1 answer
How can I programmatically check whether Dictation is enabled in tvOS?
Is there any way to programmatically check whether dictation is enabled in tvOS (Siri remote)?

MGY
- 7,245
- 5
- 41
- 74