Questions tagged [tvos10]

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

39 questions
0
votes
1 answer

how to authorise OAuth2 in tvOS

app going to unknown state and doesn't do anything i'm having this code in didFinishLaunchingWithOptions for P2Auth2 and can't authorise Authenticator.sharedInstance.oauth2 = OAuth2 Authenticator.sharedInstance.reauthorizeSilently(callback:…
raheem
  • 17
  • 4
0
votes
1 answer

Does tvOS support notification facility for chat applications?

I am building a tvOS app for the new Apple TV that needs to get notifications from a server every time that a chat message is sent. This notification is also to be displayed on the Apple TV. As much as I understand push notifications are not allowed…
0
votes
1 answer

How to change search bar text color in swift tvOS

I am facing the strange problem with Xcode 8.0. When i deploy the same code in Xcode 7.3 the search bar text color by default white, and deploy with Xcode 8.0 the search bar text color by default black. My requirement is that i should want to change…
Sankalap Yaduraj Singh
  • 1,167
  • 2
  • 14
  • 32
0
votes
1 answer

Running AppleTV apps without a external server

We have a simple apple tv app that is basically a static ad. Our apple tv is the latest (4th gen, tvOS 10.0.1). The problem is we do not have an external server!!! so how can we by pass the lines below or make it point to a local application.js…
Coldstar
  • 1,324
  • 1
  • 12
  • 32
0
votes
1 answer

How to embed a live stream using the Youtube API on tvOS

I need the ability to embed a Youtube live stream into a tvOS app. Due to the lack of an UIWebView, this was not possible with all previous tvOS. I hoped, that this feature will be included in the current tvOS 10 or Swift 3 release but it seems to…
Tobonaut
  • 2,245
  • 2
  • 26
  • 39
0
votes
0 answers

Apple TV - Not able to input text using keyboard after updating to tvos10

After updating the appleTV OS to tvOS 10, I am not able to select any of the previously used emails/ password values from the keyboard which shows up on clicking the textfield. Add new is not clickable too. Please suggest if this is a known bug?
Kavitha Pai
  • 51
  • 3
  • 11
0
votes
1 answer

Change UISearchBar text color in tvOS 10

UISearchBar default text colour is black colour in UISearchController. How can we change the UISearchController UISearchBar text colour to white colour in tvOS10
GAURAV VIG
  • 269
  • 2
  • 9
-1
votes
2 answers

custom apple tvOS app crashes after a few days

I made a custom apple TV app in Xcode and installed it on an apple TV. It works fine for a few days, then it crashes and becomes unavailable. Is this because something is wrong with the code or expected behavior for apps manually installed on apple…
-1
votes
1 answer

Not able to set textfield as becomeFirstResponder() with textfield outlet collection in tvos

I took text field outlet collection and bind six text field over there. I want to becomeFirstResponder of next text field which is in text field outlet collection. I gave textfields tag 0 to 5 from storyboard. see, Main ViewController: class…
vikas prajapati
  • 1,868
  • 2
  • 18
  • 26
1 2
3