Deepak Kumar
Deepak Kumar

Reputation: 295

.ipa file have larger size in IOS

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.

Upvotes: 0

Views: 1955

Answers (1)

Grzegorz Krukowski
Grzegorz Krukowski

Reputation: 19802

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.

Upvotes: 1

Related Questions