Apple TV

RSS for tag

Discuss hardware-specific topics related to Apple TV.

Apple TV Documentation

Posts under Apple TV tag

27 Posts
Sort by:
Post not yet marked as solved
9 Replies
3.6k Views
I am unable to install tvOS 17 beta 1. I have beta update on for tvOS 17 developer beta but when I try to install it, it looks like it’s installing but when the process it complete the Apple tv is still on 16.5. I have an Apple TV 4K from 2021
Posted Last updated
.
Post not yet marked as solved
0 Replies
974 Views
We have developed an Apple TV application with a Hebrew (RTL layout) interface. The application utilizes a Swift-based Digit Entry view controller for pin entry. However, we are encountering an issue where the numeric keyboard numbers overlap with the backspace class TVDigitEntryViewController : UIViewController The problem specifically occurs when the Apple TV language is set to English, while the application language is set to Hebrew with RTL layout. As a result, the number 1 from the numeric keyboard is hidden behind the backspace button, as shown in the attached image. We are seeking a solution or suggestions on how to resolve this issue and ensure that the numeric keyboard is properly aligned with the backspace button in our Hebrew Apple TV application.
Posted
by Ganesh56.
Last updated
.
Post not yet marked as solved
2 Replies
1.6k Views
I found that my 2nd generation siri remote does not work properly with the apple tv simulator. The central button and the back button works, but the 4 directional buttons and the sliding gestures do not work. However my 1st generation siri remote work normally. Does anyone know what the problem is? Thanks in advance.
Posted
by MichelWu.
Last updated
.
Post not yet marked as solved
0 Replies
808 Views
I am trying to save access token with in the application registry and getting saved success fully, but after rebooting the device and coming back to the device registry is getting cleared and user is taken back to the authentication page. UserDefaults.standard.set(accessToken, forKey: "apiToken") UserDefaults.standard.synchronize() let apiToken = UserDefaults.standard.value(forKey: "apiToken")
Posted
by Pavnesh.
Last updated
.
Post not yet marked as solved
0 Replies
554 Views
I am trying to save access token with in the application registry and getting saved success fully, but after rebooting the device and coming back to the device registry is getting cleared and user is taken back to the authentication page. if let accessToken = self.userAuthData?.tokens?.accessToken?.token{ UserDefaults.apiToken = accessToken } if let accessToken = self.userAuthData?.tokens?.refreshToken?.token{ UserDefaults.refreshToken = accessToken }
Posted
by Pavnesh.
Last updated
.
Post not yet marked as solved
11 Replies
6.5k Views
Clicking pair shows a code on the Apple TV. Entering that code displays a progress wheel saying “setting up Apple TV” then instead of the Apple TV being setup “PAIR”shows again allowing you to do the setup over and over without being able to use the Apple TV for development. The device loops on the registration process never allowing it to actually be prepared. This happens on all 4 of my Apple TV 4K Second Generations. I have filed a bug with the feedback assistant. I’m just wondering did anyone find a way to successfully pair / or fix this problem. Without this developing for this platform is nearly impossible. Since the Apple TV’s don’t have a port for direct connection. I don’t want to factory reset all 4 of my Apple TV’s that all do the same thing. I honestly don’t think that will fix them. This is the exact process I did: Go to window on Xcode menu bar Click devices and simulators Go to Remote App and Devices on Apple TV & select it In the discovered tap area click my Apple TV Select Pair Enter code being displayed on Apple TV Wait for device to be available for development Device doesn't display as registered and allows you to do the process over & over
Posted Last updated
.