Reputation: 744
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.
Upvotes: 2
Views: 323
Reputation: 119242
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.
Upvotes: 5