From the android developer guide it is said that we cannot upload the apk files which exceeds 5oMb. For further size we need to use the expansion files. My question is that is there any way to make the users download the complete assets by selecting the install option itself from play store? That is I have an app apk with size 4mb and expansion files of size 70mb making a total of 74mb. So I want an option to make users download this whole files selecting Install option from play store.
I found an app doing the same Link
Some one please help me sort it out.