JWplayer with Apple FairPlay DRM Implementation for iOS
I am using this demo:
https://github.com/jwplayer/jwplayer-ios-bestPracticeApps/tree/master/JWBestPracticeApps/JWFairPlayDrmjwplayer/jwplayer-ios-bestPracticeApps
After calling self.player.load(encryptedFile) , The callback functions fetchAppIdentifier, fetchContentIdentifier and fetchContentKey should be called after the player determines that the video is DRM protected, however none of the functions are called.
Any idea would be helpful, and by the way are there any other demo available? this is the only one I could find.
Thank you :)