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.
↧