Question

i am working on iphone project. I am using some video file in my app by which the .ipa size is 152 MB .

I raed apple instruction for accepting an ipa file :

  1. Apple support maximum size 2GB.
  2. Excecutable size should not be grater then 60 MB.

but muy executable size is 162 MB. Can anyone tell me what can i do for accepting my app on itunes ? Please help.

Was it helpful?

Solution

I think you are looking at .app file instead of executable file.

.app, .ipa files are fine to be up to 2GB.

To find out exectuable file size - right click on .app or .ipa and choose "Show Package Contents". You can find exectuable with the same name as your application name (Unix exectuable file). It should be much much smaller.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top