iOS 应用程序大小 - [配置/资源本地数据/云]
我最近开始从事 iOS 开发工作,我注意到随着项目的进展,应用程序的大小不断增加。几个月内存在超过 150MB 阈值的风险,苹果随后会限制从移动数据下载该应用程序。它将减少消费者基础并阻止用户下载它。
有谁有如何控制它的建议/提示。
I have recently started working in iOS Development, I have noticed the app size kept on increasing as the project proceeds. There's a risk of crossing threshold of 150MB within couple of months, Apple then restricts downloading the app from Mobile Data. It will reduce the consumer base and discourage users to download it.
Does anyone have suggestions / tips how to control it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
重新配置一些代码以提高效率。减少重复代码。我不确定空白对应用程序大小有多大影响。
reconfigure some of your code to be more efficient. reduce duplicated code. i'm not sure how much effect white space has on the app size.
删除代码
删除图像
Remove code
Remove images