I have very large (650 MB) content files (video, audio) in about 4 different places.
I want to use APK extension files, but they don't seem to support localization.
It seems that we can have separate lists of applications on Google Play, if they have different application names (list of applications filtered by language).
What I don’t understand if you download the same application (in separate application lists, the same binary, the same version), how does the device know where to get the extension files?
For example, suppose I have 2 localized applications with separate lists of applications: -
My application (UK) + extension file (UK) My application (DE) + extension file (DE)
If the application that I download for both lists is the same binary version, I don’t see how Google Play will know how to associate the installed application with any of these lists?
This problem arose during testing by installing 2 listings for DE and the UK with the same APK project.
Does anyone have any experience with this and is there a recommended approach? Any advice would be highly appreciated.
Thanks in advance.
source
share