iOS 应用程序的最大大小是多少?有什么限制吗?
Best Answer-推荐答案 strong>
4GB 是您的 iOS 应用程序的最大大小。
截至 2017 年 1 月 26 日
App Size for iOS (& tvOS) only
Your app’s total uncompressed size must be less than 4GB. Each Mach-O executable file (for example, app_name.app/app_name ) must not exceed these limits:
- For apps whose
MinimumOSVersion is less than 7.0: maximum of 80 MB for the total of all __TEXT sections in the binary.
- For apps whose
MinimumOSVersion is 7.x through 8.x: maximum of 60 MB per slice for the __TEXT section of each architecture slice in the binary.
- For apps whose
MinimumOSVersion is 9.0 or greater: maximum of 500 MB for the total of all __TEXT sections in the binary.
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.
此信息可在 iTunes Connect Developer Guide: Submitting the App to App Review 上找到.
截至 2015 年 2 月 12 日
(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.
此信息可在 iTunes Connect Developer Guide 的 第 77 页 上找到.
截至 2013 年 12 月 12 日
(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.
此信息可在 iTunes Connect Developer Guide 的第 58 页 中找到。 .
截至 2013 年 6 月 6 日
除了可执行文件大小现在限制为60MB之外,上述信息仍然相同。这些更改可在指南的第 237 页中找到。
截至 2013 年 1 月 10 日
除了可执行文件大小现在限制为60MB之外,上述信息仍然相同。这些更改可在指南的第 208 页中找到。
截至 2012 年 10 月 31 日
除了 Over The Air 下载 现在是 50MB 之外,上述信息仍然相同。这些更改可在指南的第 206 页上找到。感谢 Ozair Kafray 的评论.
截至 2012 年 7 月 19 日
除了 Over The Air 下载 现在是 50MB 之外,上述信息仍然相同。这些更改可以在指南的第 214 页上找到。感谢 marsbear 的评论.另外,文档已经移到这里了:
http://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/iTunesConnect_Guide.pdf
截至 2012 年 7 月 13 日
除了 Over The Air 下载 现在是 50MB 之外,上述信息仍然相同。这些更改可在指南的第 209 页中找到。
截至 2012 年 3 月 29 日(版本 7.4)
除了 Over The Air 下载 现在是 50MB 之外,上述信息仍然相同。这些更改可在指南的第 209 页中找到。
截至 2012 年 1 月 23 日(版本 7.3)
上面的信息还是一样的,但是可以在指南的第172页找到。
截至 2011 年 10 月 17 日(版本 7.2)
上面的信息还是一样的,但是可以在指南的第180页找到。感谢 Luke 的评论更新。
截至 2011 年 9 月 22 日(版本 7.1)
上面的信息还是一样的,但是可以在指南的第179页找到。感谢 Saxon Druce 的评论更新。
关于ios - iOS 应用程序的最大大小,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/48303445/
|