Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Black Screen on Apple TV


So I am trying the guide https://developer.jwplayer.com/jw-platform/docs/developer-guide/jw-showcase/apple-tv/jw-showcase-for-apple-tv/ to build for appleTV using Xcode, the build succeeds without errors, when I try the emulator the app icon pops up just fine, but then it flashes and doesn't show me the app anymore.

Here's my config:

// Uncomment the following line to debug
// static let TVBaseURL = "http://localhost/appletv/jwplayer-appletv-web-app"
static let TVBaseURL = "http://312.9b0.myftpupload.com/jwplayer-appletv-web-app2"
static let TVConfigURL = "\(AppDelegate.TVBaseURL)/resources/configs"
static let TVBootURL = "\(AppDelegate.TVBaseURL)/js/application.js"

I can confirm the files are there, the API key is that one, and that I added it to info.plist,

please help me out, I am beating my head over this.

0 Community Answers

This question has received the maximum number of answers.