ARTICLE AD BOX
I have an app to make that runs some videos, and one of the features is to download and load the new videos, because we don't want to release a big app and prefer to download the videos later. I was wondering how to approach this problem.
The problem is that I have to support iOS 16.3. As far as I know, Apple-hosted background assets are an iOS 26 feature (correct me if I'm wrong), and the older alternative is Managed Background Assets.
If I'm stuck with Managed Background Assets, my question is: I need to host that content somewhere, right? Any recommendations? Firebase maybe or something better?
Or maybe you can recommend a better approach?
