iOS offline HLS file size
问题 In iOS 10, Apple added offline HLS. In the documentation, they mention: Important: Downloaded HLS assets are stored on disk in a private bundle format. This bundle format may change over time, and developers should not attempt to access or store files within the bundle directly, but should instead use AVFoundation and other iOS APIs to interact with downloaded assets. It appears the access to information about these files is limited. I'm trying to find the size of the stored file. Here is