Hi
I’m searching for info about the limits in google play and app store downloading using 3g\4g ( and not with wifi ). I thought that limit was around 20 MB in both stores but now i have found that on google is 50 and for iOS store has raised up to 100.
Google play…
http://developer.android.com/distribute/googleplay/publish/preparing.html
The overall size of your app can affect its design and how you publish it on Google Play. Currently, the maximum size for an APK published on Google Play is 50 MB. If your app exceeds that size, or if you want to offer a secondary download, you can use APK Expansion Files, which Google Play will host for free on its server infrastructure and automatically handle the download to devices.
The maximum size for an APK published on Google Play is 50 MB. You can use up to two (2) APK Expansion Files, each up to 2 GB in size, for each APK.
App Store…
For iOS apps, check that your app size fits within the App Store requirements.
iOS App binary files can be as large as 2 GB, but the executable file (app_name.app/app_name) cannot exceed 60 MB. However, consider download times when determining your app’s size. Minimize the file’s size as much as possible, keeping in mind that there is a 100 MB limit for over-the-air downloads. Abnormally large binary files are usually the result of storing data, such as images, inside the compiled binary itself, instead of as a resource inside your app bundle. If you are compiling an image or large dataset into your binary, it would be best to split this data out into a resource that is loaded dynamically by your app.
Some info about this?
Thanks