iOS应用程序的最大尺寸 [英] Max size of an iOS application

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

问题描述

什么是iOS应用程序的最大尺寸?任何约束?


解决方案

4GB的是你的iOS应用可以是最大尺寸。

自2015年2月12日


  

(仅适用于iOS)应用程序大小


  
  

iOS应用程序二进制文件可以像4 GB大,但每个可执行文件(app_name.app/app_name)必须
  不超过60 MB。此外,应用程序的总uncom pressed大小必须小于4十亿
  字节。然而,确定您的应用程序的大小时考虑的下载时间。最大限度地减少文件大小
  尽可能的,记住,有超过空中下载一个100 MB的限制。


此信息可以在第77页的找到href=\"http://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/iTunesConnect_Guide.pdf\">iTunes连接开发者指南或在此Apple新闻现在接受较大的二进制文件


截至2013年12月12日的


  

(仅适用于iOS)应用程序大小


  
  

iOS应用程序二进制文件可以像2 GB的大,但是可执行文件(app_name.app/app_name)不能超过60MB。然而,确定您的应用程序的大小时考虑的下载时间。尽量减少文件的大小尽可能多的,记住,有超过空中下载一个100 MB的限制。


此信息可以在第58页的找到href=\"http://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/iTunesConnect_Guide.pdf\">iTunes连接开发者指南


截至2013年6月6日的

以上信息仍然在可执行文件的大小这是目前仅限于 60MB 的例外是相同的。这些变化可以在第237页的指南找到。


自2013年1月10日

以上信息仍然在可执行文件的大小这是目前仅限于 60MB 的例外是相同的。这些变化可以在第208页的指南找到。


截至2012年10月31日

以上信息仍与通过空中下载这是现在的 50MB 的例外是相同的。这些变化可以在第206页的指南找到。感谢来自 Ozair Kafray 发表评论。


截至2012年7月19日

以上信息仍与通过空中下载这是现在的 50MB 的例外是相同的。这些变化可以在第214页的指南找到。感谢来自 marsbear 评论。此外,该文档已移至此处:

<一个href=\"http://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/iTunesConnect_Guide.pdf\">http://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/iTunesConnect_Guide.pdf


截至2012年7月13日

以上信息仍与通过空中下载这是现在的 50MB 的例外是相同的。这些变化可以在第209页的指南找到。


截至2012年3月29日(版本7.4)

以上信息仍与通过空中下载这是现在的 50MB 的例外是相同的。这些变化可以在第209页的指南找到。


截至1月23日,2012(版本7.3)

以上信息仍然是相同的,但是,它可以找到该指南的第172页


截至10月17日,2011(版本7.2)

以上信息仍然是相同的,但是,它可以在第180页的指南找到。感谢来自卢克进行更新发表评论。


截至9月22日,2011(版本7.1)

以上信息仍然是相同的,但是,它可以在第179页的指南找到。感谢来自撒克逊德鲁斯进行更新发表评论。

What is the maximum size of an iOS application? any constraints?

解决方案

4GB's is the maximum size your iOS app can be.

As of February 12, 2015

(iOS only) App Size

iOS App binary files can be as large as 4 GB, but each executable file (app_name.app/app_name) must not exceed 60 MB. Additionally, the total uncompressed size of the app must be less than 4 billion bytes. However, consider download times when determining your app’s size. Minimize the file’s size as much as possible, keeping in mind that there is a 100 MB limit for over-the-air downloads.

This information can be found on page 77 of the iTunes Connect Developer Guide or in this Apple news "Now Accepting Larger Binaries".


As of December 12, 2013

(iOS only) App Size

iOS App binary files can be as large as 2 GB, but the executable file (app_name.app/app_name) cannot exceed 60MB. However, consider download times when determining your app’s size. Minimize the file’s size as much as possible, keeping in mind that there is a 100 MB limit for over-the-air downloads.

This information can be found on page 58 of the iTunes Connect Developer Guide.


As of June 6, 2013

The above information is still the same with the exception of the Executable File size which is now limited to 60MB's. These changes can be found on page 237 of the guide.


As of January 10, 2013

The above information is still the same with the exception of the Executable File size which is now limited to 60MB's. These changes can be found on page 208 of the guide.


As of October 31, 2012

The above information is still the same with the exception of Over The Air downloads which is now 50MB's. These changes can be found on page 206 of the guide. Thanks to comment from Ozair Kafray.


As of July 19, 2012

The above information is still the same with the exception of Over The Air downloads which is now 50MB's. These changes can be found on page 214 of the guide. Thanks to comment from marsbear. In addition, the document has moved here:

http://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/iTunesConnect_Guide.pdf


As of July 13, 2012

The above information is still the same with the exception of Over The Air downloads which is now 50MB's. These changes can be found on page 209 of the guide.


As of March 29, 2012 (version 7.4)

The above information is still the same with the exception of Over The Air downloads which is now 50MB's. These changes can be found on page 209 of the guide.


As of January 23, 2012 (version 7.3)

The above information is still the same, however, it can be found on page 172 of the guide.


As of October 17, 2011 (version 7.2)

The above information is still the same, however, it can be found on page 180 of the guide. Thanks to comment from Luke for the update.


As of September 22, 2011 (version 7.1)

The above information is still the same, however, it can be found on page 179 of the guide. Thanks to comment from Saxon Druce for the update.

这篇关于iOS应用程序的最大尺寸的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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