I would like to be able to check the size of my app before submitting to the app store. More specifically I need to know whether it will be below the magic 20 MB, to allow cellular downloads, since the app is created for a festival.
|
feedback
|
|
In Xcode 4: Once your app is ready for distribution, archive the app. In the Organizer, select the Archives tab. Select your app in the left hand column. Select the latest archive in the right hand column. Hit the Share... button in the top section. Save the file as an .ipa. Check file size in the Finder. | |||||||||
feedback
|
|
You have to Build & Archive your application, and then you can check the size of you IPA archive (IPhone App) is the file which is downloaded by users from the App Store | ||||
|
feedback
|
|
Build the application, get the .app file in your products folder, Reveal in finder and select the app and right click, choose "Get Info" to see the size of the application. | |||
feedback
|
|
I have a question to add on to this Q, when the 0.1MB, 0.2 MB counts. I found a blog http://www.bonobolabs.com/does-the-app-store-20mb-3g-download-limit-matter/. They said that they made their ipa to be 19.9 MB, but ended up the app actual size in iTune App Store is 20.1MB.... What are the possible ranges for the difference between iPA in Organizer and the iTunes App Store? I am working on an App that is going to be submitted soon. Now the iPA size is about 19.0 MB.So I will really appreciate if someone can give an reply. | |||
feedback
|