Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am going to create an app for iOS.And it requires a large number of images.So i am really tensed about the final size of my app.I would like to know is there any way to determine the final size of the app before creating the app binary and submitting to the app store .I mean if I right click on the project folder and select getInfo,then the size shown is 20 MB(i didn't create the app binary).Now I would like to know ,after creating the app binary from my Xcode project,what will happen to my 20 MB.

share|improve this question
you can check the size for all apps installed on yoru device. Since you will want to test it on a device you can check here Settings -> General -> Usage – pmk Mar 8 at 8:46

2 Answers

up vote 5 down vote accepted
  • Archive the project (Product-->Archive, need to have iOS device selected instead of simulator)
  • This will automatically open the organiser
  • In the organiser there is an "estimate App Store size" button right under the icon:

enter image description here

You may find that the app store size differs from the size of your built IPA file - this is because of the encryption and signing used to create apps for the app store.

share|improve this answer

Why can't you just build the app without submitting it?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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