I am building an app heavily based around music.
I'm searching for a way to let users download the app with just a few songs in the app, then while they try the app out for the first time. The rest of the songs (app. 50) will download in the background.
Is there a solution where the songs are downloaded through the Play Store and App Store accordingly? So I don't have to host them myself? And perhaps so that it is one solution for both iOS and Android?
I'm looking into AssetBundles, but I can't figure out if this allows me to let users download the rest while they use the app?
↧