Has anyone been able to get the demo app to work? I am trying to test it, I followed the instructions and it builds and runs...but when I click on the JW Player TV Button on the Apple TV simulator I just get a black screen, big nothing. Any ideas?
*Even though it compiles, I do get an error here:
if let options = launchOptions {
for (kind, value) in options {
if let kindStr = kind as? String { --ON THIS LINE I GET AN Cast from 'UIApplicationLaunchOptionsKey' to unrelated type 'String' always fails
appControllerContext.launchOptions[kindStr] = value
}
}
}
↧