Questions tagged [tvos9.1]

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

45 questions
2
votes
1 answer

Xcode 7.2 upload tvos app with error: iTunes Store operation failed error can not verify client

I am trying to upload production build to iTunes Connect but getting error "iTunes Store operation failed error can not verify client". How to fix it.
Vipulk617
  • 799
  • 1
  • 7
  • 23
2
votes
1 answer

Can we integrate Google's IMA3 SDK on tvos9

I am integrating Google's IMA3 SDk on TVOS9. as per sample app, I have integrated the as per the sample code https://github.com/googleads/googleads-ima-ios/releases. but I am getting following error : Terminating app due to uncaught exception…
Mak083
  • 1,160
  • 1
  • 13
  • 33
1
vote
1 answer

Change background of fullscreen keyboard TVOS app

I am working on TVOS app using Objective C code and storyboard. I want to change background color of full-screen keyboard to black but default color is light gray. Would it be possible to change the color of the full-screen keyboard?
V V
  • 774
  • 1
  • 9
  • 29
1
vote
0 answers

how can i change focus from one object to next preferred focus view which i want in appleTv os development project in swift3

Actually i'm developing a Apple Tv project in swift3.I faced some problem with focus navigation using remote. Is there any way to change focus from one object to another object which i want. I tried below code but not working...... override var…
1
vote
1 answer

Tab Bar Controller focus/gesture change between tvOS 9 and 10?

I implemented a simple Tab Bar Application in tvOS 9.x. Navigation worked as described in Apple's doc here (https://developer.apple.com/reference/uikit/uitabbarcontroller?language=objc), such that the tab bar became hidden when selecting a content…
Will
  • 11
  • 3
1
vote
2 answers

How to edit video's info in Apple TV?

I try to add some basic information in videos under Info Box, but I don't know how to add or update it? Anyone knows how to do it?
Wei Xia
  • 504
  • 2
  • 9
  • 24
1
vote
2 answers

How can i place the Label inside CollectionView so that nearest Cell affects the "Y" position of the Label?

How can i place the Label inside CollectionView so that nearest cell also affects the "Y" position of the Label ? https://developer.apple.com/tvos/human-interface-guidelines/visual-design/images/visual-design-animation.mp4 So the idea is, when you…
user2729690
1
vote
0 answers

Height assigned to table cell defaults on selection in tvos

I have a table view in my tvOS app with a custom row height of 250px (which doesn't amount to much). The content of each cell is a text view which has (again) a constant height of 200px. When the table loads, the dimensions look fine on initial…
alokraop
  • 853
  • 1
  • 11
  • 29
1
vote
0 answers

tvos - Set size (bounds) of TVApllicationController

Is there any way to resize the TVApplicationController. I want to include my TVML app inside a subview of a native ViewController. My code: var window: UIWindow? var appController: TVApplicationController? var appControllerContext =…
SPKE30
  • 90
  • 4
1
vote
1 answer

AppleTV - tvos - Hybrid app using native and TVMLKIT - Can't back to native app

I'm a beginner on TVOS. I'd like to create an hybrid app on AppleTV using a native app and TVMLKIT. My native application is just a simple native app with buttons (using swift). When we click on a button, I launch a a javascript app using TVLMKIT…
SPKE30
  • 90
  • 4
1
vote
1 answer

AVPlayerViewController slide down menu in tvOS

The AVPlayerViewController in tvOS automatically adds the audio menu pictured on a downswipe. How do I add another tab bar item to this menu? I can't seem to figure out how to reach it in code.
David Baez
  • 1,208
  • 1
  • 14
  • 26
1
vote
1 answer

How to change focus programmatically in tvOS

I am developing a tvOS app in swift. I am using UITabBarController in the app. My requirement is to hide the tabbar automatic after 10 seconds and focus can move to AVPlayerViewController inside the tabbar item. I tried to override…
Vipulk617
  • 799
  • 1
  • 7
  • 23
1
vote
0 answers

How to implement UIAlertController in tvOS

I am implementing the UIAlertController in tvOS platform. It's working fine but when i am tap on the button action then the action is not call. But when move up and down with two button and tap any one the action calls. Here is my code. func…
1
vote
0 answers

Error while Integrate Third party framework for tvOS in XCODE 7.2

I am inegrating SFS2XAPI_tvOS framework for tvOS witn XCODE 7.2 and i am getting error "SFS2XAPI_tvOS/SmartFox2XClient.h File not Found" ,however framework in add in xcode .
h.kishan
  • 681
  • 6
  • 20
1
vote
1 answer

I got Marquee Label error in UICollectionViewCell

I got this error when i scrolls fast Left to Right or Right to Left. " Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFType doubleValue]: unrecognized selector sent to instance 0x13cf0d300" I have…
Sankalap Yaduraj Singh
  • 1,167
  • 2
  • 14
  • 32