iPhone 20Mb 应用程序限制和图片/html

发布于 2024-11-18 12:11:35 字数 216 浏览 2 评论 0原文

我正在编写一个包含大量图像和一些 html 的应用程序,并希望将其控制在 3G 下载的 20Mb 限制之下 - 但我已经接近了!

我考虑过通过请求加载 html,而不是从应用程序包中加载,但很多图像都位于本机页面上。我知道我可以从手机上的文件加载图像,但我不确定文档目录的限制是什么。

对于具有大量图像/html 的应用程序,推荐的解决方案是什么?本地html文件可以从网络加载图像吗?

I'm writing an app with a large number of images, and some html, and hoping to bring it in under the 20Mb limit for 3G download - but I'm nearing it already!

I've considered loading the html by a request, rather than from the app bundle, but a lot of the images are on native pages. I know I can load an image from a file on the phone, but I'm not sure what the limit is for the Documents directory.

What are the recommended solutions for apps with a lot of images/html? And can local html files load images from the web?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘虞初梦 2024-11-25 12:11:35

我过去读过许多与此相关的其他答案,共识似乎是写入 Documents 等文件夹的限制将是剩余的设备容量。

我知道您知道 OTA 下载的 20MB 限制,并且应用程序大小限制为 2GB - 所以我认为这确实只能让您允许在用户访问它们时根据网络请求下载它们。

另外,我没有看到本地文件无法从网络加载图像的任何原因:)

希望这有帮助!

I have read many other answers in the past relating to this and the consensus seems to be that the limit for writing to the Documents et al folders will be the remaining device capacity.

I know you are aware of the 20MB limit for download OTA and that the app size limit is 2GB - so I think that can indeed only leave you to allow them to be downloaded on request from the web when the user accesses them.

Also, I do not see any reason why a local file would be unable to load images from the web :)

Hope this helps!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文