ios - How to upload app to appstore which is more than 100MB in size? -
i have upload app on appstore 250mb.it contains gif images of 210mb.anybody know how upload such app on appstore?
the apple developer site says uncompressed app can have maximum of 4 gb size. better use application loader uploading huge size build;
please check developer site here. says
for ios , tvos apps, check app size fits within app store requirements. app’s total uncompressed size must less 4gb. each mach-o executable file (for example, app_name.app/app_name) must not exceed these limits:
for apps minimumosversion less 7.0: maximum of 80 mb total of __text sections in binary.
for apps minimumosversion 7.x through 8.x: maximum of 60 mb per slice __text section of each architecture slice in binary.
for apps minimumosversion 9.0 or greater: maximum of 500 mb total of __text sections in binary.
however, consider download times when determining app’s size. minimize file’s size as possible, keeping in mind there 100 mb limit over-the-air downloads.
as there limit on air downloads better not use gif files in bundle itself, instead download gif files app using webservice reduce size of app
Comments
Post a Comment