Questions tagged [avassetdownloadstoragemanager]

A manager for the policies that define the automatic purging of downloaded assets.

2 questions
6
votes
1 answer

How can I prevent iOS from auto-deleting HLS content saved for offline playback?

HLS offline playback was announced at this session in WWDC 2016, in iOS 10. But at about the 21:20 mark, the presenter is talking about how the downloaded files shouldn't be moved from where the AVAssetDownloadTask puts them, because the system…
2
votes
1 answer

NSURLSessions and HLS video cacheing - partial downloads can't be deleted

I am attempting to cache an HLS video stream (not live) while a user watches it. To do this we set up an AvAssetDownloadTask similar to how apple recommends…