m0dch3n / vue-cli-plugin-cordova

Vue Cli 3 Cordova Plugin
MIT License
417 stars 63 forks source link

.obb expansion files #114

Closed Navamaru closed 4 years ago

Navamaru commented 4 years ago

I'm using this, in combination with vue-router and vuetify for an app, while everything works fine locally, I have problems with the Play Store since there is a file limit of 100mb for the .apk and 150mb for apk bundles, but since my app contains a lot of images i reach the size 170mb (with all the images compressed as much as possible), this forces me to create an expansion file where i have to put my images. Now the thing that i can't get to work is how to then reference the images inside the expansion files inside my app, any ideas?

Thanks!

m0dch3n commented 4 years ago

No, I don't have any idea, because I was never in this case... But this is also more cordova problem, than related to this plugin... So I would consider to search in that community (which is much bigger), ask google or within StackOverflow

Navamaru commented 4 years ago

Thanks for the suggestion, i'll see what can i find :)