iOS - Error setting up player invalid license key
I have just added JWPlayer library to my app and I have encountered a major problem when my app tries to load a video. Namely I keep getting "Error setting up player invalid license key". I have tried to find where the key is set, but the only thing I have found in the JWPlayer-Developer-Demo was that they set the value for JWPlayerKey in the info.plist. Which didn't help, my guess is that something has to read this value and maybe start a session in AppDelegate perhaps? But the app delegate is empty in the demo... :(