Questions tagged [tvos13]

Use this tag for version specific questions about tvOS 13 - the operating system developed by Apple for the Apple TV. When using this tag also include the more generic [tvos] tag where possible.

26 questions
1
vote
1 answer

tvOS 13 AVPlayerViewController live playback timestamp issue

After updating to tvOS 13, I am seeing 18y8m0w4d on the live progress bar when I rewind. This is fixed in a second or so when the progress bar gets updated. I don't see this issue on tvOS 12. It looks like AVPlayerViewController bug but was…
dev
  • 2,180
  • 2
  • 30
  • 46
1
vote
3 answers

How to change background color for tab in tvOS 13?

TvOS 13. I have a UITabBarController with tabs. And can customize almost everything except this obvious thing: focused tab's background. It's always white. Guide tells Specify tints for selected and unselected items I tried: view.backgroundColor…
Nike Kov
  • 12,630
  • 8
  • 75
  • 122
0
votes
0 answers

how to create a VAST url preroll for my xcode tvos video player?

I'm new to Xcode development, I need to make a video player that plays a preroll based on a vast tag url. I tried looking online everywhere but haven't found anything helpful. Im using Swift & Storyboard. this is my code now: import UIKit import…
Shahar
  • 1
0
votes
1 answer

NavigationLink button focusable override issue

I face an issue which stucks for days. I am createing a tvos application which reqiures a custome navigationlink(button), when I move the focus to the navigation item, it should scale a little bit, and also I need to change the parent's view…
Fred Guo
  • 31
  • 3
0
votes
2 answers

Hide tvOS 13 tab bar when not in focus

Prior to TvOS 13, TvOS 12 uses a auto hiding tab bar whenever it's not in focus. But in TvOS 13, it uses a fixed tab bar, which is always visible at the top. The fixed tab bar does not fit my app requirement, because I need to display my tab content…
Clinton
  • 310
  • 1
  • 2
  • 11
0
votes
1 answer

Appstore release process for iOS and tvOS

I am planning to release my first iOS app in AppStore today. I have two questions 1) The app is already approved so if I release it then how soon will it be available in store for user to download & install? 2) if there are some issues with the app…
V V
  • 774
  • 1
  • 9
  • 29
0
votes
0 answers

How to get the text in textField In TVOS

I am creating a login screen in my TVOS application. when I click on textField, keyboard opens and when I click on any key it switched to the textfield but no text shown in textfield.
0
votes
1 answer

tvOS - AVPlayerViewController - How does channel flipping work?

On tvOS, AVPlayerViewController supports channel flipping on live streams. (cfr https://developer.apple.com/documentation/avkit/adopting_custom_interactive_overlays_channel_flipping_and_parental_controls_in_tvos_video_playback) I'v implemented the…
Joris Timmerman
  • 1,482
  • 14
  • 25
0
votes
1 answer

tvOS button update constraints on focus inside a Uiview?

I have a custom uiView where it has two buttons. I just want to be able to change the height& width of the button when it becomes or leaves focus override func didUpdateFocus(in context: UIFocusUpdateContext, with coordinator:…
Havic
  • 99
  • 1
  • 6
0
votes
0 answers

tvOS Siri remote: SKView UITapGestureRecognizer not working, but UISwipeGestureRecognizer works fine

I am using a UITapGestureRecognizer on an SKView to detect taps on the Siri remote (tvOS). UITapGestureRecognizer *tapRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(recognized:)]; tapRecognizer.allowedPressTypes =…
hotdogsoup.nl
  • 1,078
  • 1
  • 9
  • 22
0
votes
1 answer

How to access TVPosterView inside UICollectionViewCell

As usual I encountered problem it is not well explained in internet and Apple documentation is limited. I have UICollectionView with cells. I wanted to present movie poster inside each cell.I imported TVUIkit and addedd framework inside project…
Sebastian
  • 448
  • 4
  • 14
1
2