In AppStore Review Guidelines, the following point is given

Apps larger than 20MB in size will not download over cellular networks (this is automatically prohibited by the App Store)

Please clarify me is it .app file size or whole application file size

link|improve this question

50% accept rate
1  
I think it's not a point to worry about. If your app crosses 20 MB, users will be asked to download it only on the Wi-Fi network and the 3G download would be disabled. Lots of games available on the App store are of more than 20 MB in size. – Vin Jul 12 '11 at 5:41
feedback

3 Answers

up vote 1 down vote accepted

That size limit refers to the compressed IPA bundle, not the .app folder. You can get a rough idea of how big the IPA (as downloaded from the App Store) will be by zipping up the app.

link|improve this answer
how to get ipa?? – duk Jul 12 '11 at 5:05
feedback

The maximum size for app store is 2GB.

I have worked on some apps that were slightly about 2GB and were rejected. Had to make it go below 2GB.

I suggest you make your app less than 2gb, then download the remaining stuff once the app is launched. Thats probably the only way you can go about distributing such a big app.

PS: unless you do Enterprise builds, where there can never be a limit, except for the device on which you install it.

link|improve this answer
feedback

The .app is just a folder with an extension that contains all the files related to your application, the .app is the "whole application".

Also, the max app size you can submit, if I'm correct, it's 2GB.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.