Decrease iOS Application size to App Store

前端 未结 6 1318
抹茶落季
抹茶落季 2020-12-31 17:37

I am trying to submit an application in App Store, and I need to decrease its memory a little bit, if this is possible. I tried a method which I am gonna describe below to m

6条回答
  •  难免孤独
    2020-12-31 18:05

    Assets are almost always the main culprit of large apps sizes.

    If you archive your app and export the IPA you will be able to convert it so a .zip by changing the extension and then unzip and look at the contents of the package.

    If you sort by file size you will see which files are the largest. Keep in mind images with transparency are larger.

    Some more insight as well: http://bjango.com/articles/pngcompression/

提交回复
热议问题