在苹果商店成功审核的 IPA 文件大小限制应该是多少?

What should be the limit of an IPA file size for successfully review on apple store?

我的应用程序磁盘大小为 308.5 MB,IPA 大小也几乎相同,根据 Apple store 提交规则,这个大小有什么问题吗?

找到答案here

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.

This information can be found at iTunes Connect Developer Guide: Submitting the App to App Review.