I'm working on an Android digital library app and would like to provide a collections of sample resources in various languages - one collection in each language - ideally as apk expansion files. I understand that I can only have a maximum of two APK expansion files using Google Play Store.
This is a two-part question:
- Is there a way to host the .obb files on my server?
- If so, is there a way to select a particular .obb file to use? (in the app UI, offer the user a choice of languages in which to receive sample content.)