Category "tvos"

React-native codepush doesn't work on iOS in release mode

I am using react-native-code-push 7.0.4 version and it works on android. I have followed all the steps but I have some issue on iOS (tvos) : When I run the app

tvOS Table View layout Issues

I am using tableviews in my tvOS application. The screen is divided into 3 table views. The left and right table view is indenting the header, the middle has no

SwiftUI and tvOS: adjustsImageWhenAncestorFocused

How do you get the same focus effect in SwiftUI for images as you can with UIKit? I see you can use the card button style and it does provide motion effects but

Why SCNPhysicsBody resets position when set eulerAngles?

I'm trying to use SceneKit to develop a game for tvOS, and I'm having an issue. When I set the node's eulerAngle before apply an impulse to the physicsBody the

InApp Purchases. No auth plugin to verify credentials for accounts of type com.apple.account.iTunesStore.sandbox

I'm using .storekit configuration. When trying to make a purchase for such a product there is an error <SKPaymentQueue: 0x600001240ce0>: Payment complete

Handling focus event changes on tvOS in SwiftUI

How do I respond to focus events on tvOS in SwiftUI? I have the following SwiftUI view: struct MyView: View { var body: some View { VStack {