简体   繁体   English

iOS应用的最大大小是多少?

[英]What can be the maximum size of iOS app?

I have some 1.5 GBs of images and videos in my app bundle. 我的应用程序包中有1.5 GB的图像和视频。 Will apple allow such a huge size app? 苹果会允许这么大的应用程序吗?

Can we optimize the app to bring the size down? 我们可以优化应用程序以减小尺寸吗?

Yes, Apple will allow apps of any size on the App Store. 是的,Apple将允许在App Store上使用任何大小的应用程序。 As a point of reference, the game Infinity Blade III is 1.92GB. 作为参考,游戏Infinity Blade III为1.92GB。

But keep in mind that apps (or their updates) over 100MB cannot be downloaded over cellular, so if it's possible to structure the app in such a way to accommodate that (ie, download the videos and images separately etc), then that will definitely help. 但是请记住,超过100 MB的应用程序(或其更新)无法通过蜂窝网络下载,因此,如果可以通过一种结构来适应应用程序的结构(例如,分别下载视频和图像等),那么肯定可以救命。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS应用的最大尺寸 - Maximum size for iOS app 可以传递给 ios 中着色器的统一数组的最大大小是多少? - What is the maximum size of a uniform array that can be passed to a shader in ios? iOS应用程序可以处理的最大数据量是多少? - What is the maximum amount of data an iOS app can handle? iOS应用程序最多可包含多少个文件? - What is the maximum number of files that can be included in an iOS app? 是什么导致IOS应用程序中的资产规模增加,我如何缩小呢? - What contributes to the size of assets in an IOS App and how can I shrink this? iOS应用程序可能泄漏的最大内存量 - Maximum amount of memory that can be leaked for iOS app iOS上SQLite或Core Data数据库的最大大小是多少? - What is the maximum size of SQLite or Core Data database on iOS? 典型的iOS应用程序允许的最大堆大小是多少 - What is the maximum allowed size of heap for a typical iOS application 使用Parse API可以在ios的本地数据存储中保存的最大数据库大小(50 MB或100 MB或150MB)是多少? - What is the maximum database size (50 MB or 100 MB or 150MB ) that can be saved in local datastore in ios by using Parse API 可以添加到 Xcode 的 dae 文件的最大大小是多少 - What is the maximum size of the dae file which can be added to Xcode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM