Decrease iOS Application size to App Store -


i trying submit application in app store, , need decrease memory little bit, if possible. tried method gonna describe below make app lighter, not luck.

details

i followed these steps see causing large size

  1. make archive of project
  2. distribute
  3. save enterprise or ad-hoc deployment
  4. select .ipa file , changed extension .zip
  5. extract it, , open payload
  6. show package contents

contents

i had .png files 680 kb (when added 32 kb approximately), deleted them , reduced size of application 2 mb. there other files take space not considerably, except 1 executable file taking 90 % of .ipa's size.

question

is possible decrease executable file's size? if not can give me hint should make app lighter in terms of size.

p.s use third party libraries vuforia sdk , libraries on github

how can reduce size of executable file

you cannot reduce size of executable inside built app bundle. code! ways reduce size are:

  • cut code. can't because exclude functionality makes app work.

  • remove architecture slice. should not because want build possible architectures.

having said that... have never generated executable inside app bundle anywhere near large. maybe measuring / building wrong:

  • make sure archiving. nothing else except archive worth measuring.

  • make sure generating release build when archive.

  • make sure release build settings include full compiler optimization (smallest, fastest).


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -