Hi, I have faced with the same problem - looks like basically there is no information regarding tvOS and Appium support at all.
There is an error while trying to start Appium inspection against tvOS:
My caps are:
{
“platformName”: “tvOS”,
“platformVersion”: “11.1”,
“deviceName”: “Apple TV”,
“app”: “~/Documents/demo.app”,
“automationName”: “XCUITest”
}
If anyone knows something regarding the tvOS support - please reply. Thanks ahead!