ios - 具有超过2GB大小的资源文件的企业应用程序 [英] ios - Enterprise app with more than resource files of size 2GB

查看:106
本文介绍了ios - 具有超过2GB大小的资源文件的企业应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个用于企业发行的ipad应用程序(仅供我公司人员使用)

制作应用程序后,它有许多视频文件,图像,pdf等等ipa约为2.2 GB。

我想知道该应用程序是否能在所有iPad上有效运行,或者这样做会有麻烦吗?

期待一些解决方案,它不会影响应用程序的性能

I'm working on an ipad application for enterprise distribution (that will be used only by my company people)
It has many video files, images, pdf's etc. after making the app, the size of the ipa is around 2.2 GB.
I'd like to know whether the app will run effectively on all iPad's or will it be trouble to do so?
Looking forward for some solution where it won't effect the performance of the app

推荐答案

如果你保持在2GB以下,它肯定适用于所有设备,因为AppStore上的应用程序的最大限制是2GB。

If you stay under 2GB, it should definitely work for all devices, since the maximum limit of an app on the AppStore is 2GB.

既然你在内部分发,理论上它也应该使用更大的文件,比如你的2.2GB提及。

Since you you distribute internally, it should theoretically also work with a larger file, like 2.2GB as you mention.

大多数iPad都应该有FAT32文件系统(或更好),它将物理限制设置为4GB。但是我不知道是否存在带有FAT16文件系统的iPad,如果有的话,它们的限制是2GB!

Most iPads should have FAT32 file system (or better) which sets the physical limit to 4GB. However I don't know if there exist iPads with a FAT16 file system, if it does, their limit is 2GB!

但是,我不建议这么大应用包。相反,我会使用一个小应用程序包,让用户从公司服务器下载应用程序内部的内容。

However, I would not recommend having such a large app bundle. Instead I would use a small app bundle and let the users download the content from inside the application from a company server.

如果您需要离线支持,您可以提供用户下载到他们的应用程序中的捆绑包或包,并将其保存在那里(每个小于2 GB) 。

If you need to have offline support, you could provide bundles or packages for the users to download into their apps, and save them there (preferably smaller than 2 gb each).

这有很多很好的理由:


  • 什么如果您需要为您的应用发布更新?你真的想强迫你的用户下载一个新的2GB套装只是为了升级吗?

  • What if you need to release an update for your app? Do your really want to force your users to download a new 2GB bundle just for an upgrade?

如果你想添加更多内容怎么办?如果用户可以从应用程序内部下载它,那会不会更好?

What if you want to add more content? Wouldn't it be better if the users could download this from inside the app?

您可以让您的用户按步骤下载内容(需要应用程序包)一次完全下载)

You can let your users download the content in steps (an app bundle needs to be downloaded completely at once)

让您的用户选择需要下载的内容

Let your users choose what content they need to download

让您的用户在下载内容时使用该应用

Let your users use the app while content is being downloaded

等等...

这篇关于ios - 具有超过2GB大小的资源文件的企业应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆