如何减小我的iPhone应用程序的大小? [英] How to reduce the size of my iPhone application?

查看:273
本文介绍了如何减小我的iPhone应用程序的大小?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

替代标题(帮助搜索)

iOS应用程式只有在小于100MB时才能透过3G下载。减少应用程序大小的最佳策略是什么?

iOS Apps can only be downloaded via 3G if they are less than 100MB. What are the best strategies for reducing the size of an App?

我想关注的领域是:


  • 图片

  • 数据库

  • 代码

  • 静态库

  • Images
  • Databases
  • Code
  • Static Libraries

注意:可以在此问题的修订版本中查看原始问题

NB: The original question can be viewed in the revisions of this question

推荐答案

PNG是真正的无损图像压缩的最佳选择。您可以使用 PNGOUT 优化PNG的大小,但我可以查询哪些文件特别占用了空间?如何与非调试版本比较?

PNG is really the best option for lossless image compression. You can optimize your PNGs for size using PNGOUT, but may I inquire which files specifically are taking much space? How does it compare to a non-debug release?

编辑:如果您想要一个免费的GUI版本的PNGOUT,请查看 PNGGauntlet

If you'd like a free GUI-version of PNGOUT, take a look at PNGGauntlet.

这篇关于如何减小我的iPhone应用程序的大小?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆