I have an application that downloads content using AVAssetDownloadTask. In the iOS Settings app, these downloads are listed in the Storage section as a collection of downloaded movies, displaying the asset image, whether it's already watched, the file size, and an option to delete it.
Curious about how other apps handle this display, I noticed that Apple Music shows every downloaded artist, album, and song individually. This feature made me wonder: can I achieve something similar in my application? On the other hand, apps like Spotify and Amazon Music don’t show any downloaded files in the Settings app. Is it possible to implement that approach as well?
Here is print screen of the Apple Music Storage section in the Settings App:
I tried moving the download directory into sub folder using the FileManager, but all the results made the downloads stop showing in the setting app
Topic:
Media Technologies
SubTopic:
Streaming
Tags:
Files and Storage
HTTP Live Streaming
Audio
AVFoundation