Search code examples
androidgoogle-playapk-expansion-files

Multiple expansion file


Is it possible to support multiple expansion files for an android application with google play? Now I'm using my own server to download expansion files, but it takes so much interaction with the user (like permissions, external apk install etc...)

I want to download each minigames individually (50-300mb each).

I've checked this, but I haven't found there what I need.

Thanks.


Solution

  • At the moment this is not supported by Google Play, unless you count "Google Play Instant apps".

    However, at Google I/O this year, Google Play demonstrated the Android App Bundle which lets your app be broken into smaller parts which are delivered separately.

    Doing this for features is currently only in beta, but you can sign up to show interest in the Beta here.