Get Android app without expansion files from Google Play -


i wonder how google play decide if user download full .apk file expansion files (main, patch...) or simple .apk file without expansion files.

i've read articles how implement download service missing expansion files inside our application, there lack of information how test it.

what think uploading application on google play main expansion file, , install signed .apk our development machine (not google play).

theoretically if have download service in our app should start , missing main expansion file google play?

for have put obb file on location

device memory > android > obb > package name > obb file.

in application need add code if obb file there not download.

so never download if obb file not there.

hope you.

let me know if need more side.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -