Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iphone app size

Tags:

iphone

As far as the 20 MB App limit goes for 3G connections. Which value do they use to determine the size? Is it the actual .app file or the resulting zip/ipa that's uploaded to the app store?

Does anyone have any solutions for compressing pdf's in an iphone app?

like image 493
Alex Stelea Avatar asked May 14 '26 03:05

Alex Stelea


1 Answers

The zip/IPA file determines the size.

You could always have the app download the PDF's from a remote server after it is installed. That way they do not have to be included in the bundle.

like image 185
Chris Kooken Avatar answered May 17 '26 05:05

Chris Kooken