iOS 应用程序的最大大小是多少?有什么限制吗?
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 上找到.
(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 页 上找到.
(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 页 中找到。 .
除了可执行文件大小现在限制为60MB之外,上述信息仍然相同。这些更改可在指南的第 237 页中找到。
除了可执行文件大小现在限制为60MB之外,上述信息仍然相同。这些更改可在指南的第 208 页中找到。
除了 Over The Air 下载 现在是 50MB 之外,上述信息仍然相同。这些更改可在指南的第 206 页上找到。感谢 Ozair Kafray 的评论.
除了 Over The Air 下载 现在是 50MB 之外,上述信息仍然相同。这些更改可以在指南的第 214 页上找到。感谢 marsbear 的评论.另外,文档已经移到这里了:
除了 Over The Air 下载 现在是 50MB 之外,上述信息仍然相同。这些更改可在指南的第 209 页中找到。
除了 Over The Air 下载 现在是 50MB 之外,上述信息仍然相同。这些更改可在指南的第 209 页中找到。
上面的信息还是一样的,但是可以在指南的第172页找到。
上面的信息还是一样的,但是可以在指南的第180页找到。感谢 Luke 的评论更新。
上面的信息还是一样的,但是可以在指南的第179页找到。感谢 Saxon Druce 的评论更新。
关于ios - iOS 应用程序的最大大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48303445/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |