在 iPhone 应用程序中下载视频有文件大小限制吗?

发布于 2024-09-26 05:15:26 字数 146 浏览 1 评论 0原文

我正在尝试弄清楚是否可以让我的应用程序下载一些可能会不时更改的视频。在我的研究中这一切似乎都是可能的,但我担心的是视频文件的大小是否会成为问题?它们不会很大,但它们是视频,据我所知,它们可能必须先经过内存才能保存到存储中。

任何指示、建议或想法将不胜感激,谢谢!

I am trying to work out if I can have my app download a couple videos that may change from time to time. It all seems possible in my research, but my one concern is if the size of the video file would be an issue? They are not going to be extremely large, but they are videos and from what I see they may have to go through the memory before saving to the storage.

Any pointers, advice, or thoughts would be greatly appreciated, thank you!

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

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

发布评论

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

评论(1

没企图 2024-10-03 05:15:26

您可以使用令人敬畏且强烈推荐的 ASIHTTPRequest 直接保存到文件

如果您对此很认真,请确保您先告诉用户。如果你在没有告诉他们的情况下下载了一部大电影,没有无限数据的用户会讨厌你。

You can save directly to file using the awesome and highly recommended ASIHTTPRequest

If you are serious about this, ensure you tell the user first. Users who do not have unlimited data will hate you if you download a large movie without telling them.

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