Trying to download a .m3u8 video file (http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8) using AVAssetDownloadURLSession. When i run the code in Xcode, I get
I checked your code and found that you missed to add NSAllowsArbitraryLoads key to YES under NSAppTransportSecurity dictionary in your .plist file
Try and share the results.