如何上传超过100MB的应用到应用商店?

How to upload app to appstore which is more than 100MB in size?

我必须在 Appstore 上上传应用,250MB.It 包含 210Mb.Anybody 的 gif 图片,知道如何在 Appstore 上上传此类应用吗?

您可以尝试使用 Application Loader。 它在应用商店上传你的大应用。

 xcode -> preferences -> open developer tools -> application loader

使用它您将上传您的申请。

Apple 开发者网站说您的未压缩应用程序最大可以有 4 GB 的大小。最好使用应用程序加载器上传大型构建;

请查看开发者网站 here。它说

For iOS and tvOS apps, check that your app size fits within the App Store requirements. 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.

由于无线下载有限制,因此最好不要使用捆绑包本身中的 gif 文件,而是使用一些网络服务从应用程序下载所有 gif 文件,这将减小应用程序的大小