Iphone app size

As for the 20 MB limit for 3G connections. What value do they use to determine size? Is this the actual .app file or the resulting zip / ipa that is uploaded to the app store?

Does anyone have pdf compression solutions in iphone application?

+3
source share
4 answers

The zip / IPA file determines the size.

You can always download the application from a remote server after installing it. Therefore, they do not have to be included in the kit.

+1
source

This is a zip result that should be less than 20 mb.

PDF , ( ), ( iOS ).

0

If you are compressing pdf files, you need to unzip them before opening.

0
source

The .app file is not a file. This is a directory.

The size of your .zip or .ipa file is a good indicator, but not accurate, as Apple adds and modifies the contents of the .app directory before creating the final .ipa file in the App Store. Thus, I could leave the fair part of the field below exactly 20 MB.

0
source

All Articles