我可以在我的本机 iPhone 应用程序中缓存/存储较大的文件吗

发布于 2024-10-05 11:37:08 字数 113 浏览 3 评论 0原文

我们正在寻求编写一个应用程序,可以在本地存储来自服务器的短视频和 pdf 以供离线查看。这可能吗?如果是这样,我允许多少存储容量。

那么,我可以下载 1GB 的视频以便稍后在我的应用程序中查看吗?

We are looking to write an app that can locally store short videos and pdfs from the server for offline viewing. Is this possible? If so, how much storage capacity am I allowed.

So, can I pull down 1GB of video to view later in my app?

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

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

发布评论

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

评论(2

  1. 是的。
  2. 取决于设备的存储容量。
  3. 是的。

注意 iOS 提供单独的临时文件夹、缓存文件夹和文档文件夹进行存储。您应该使用 Temporary 或 Caches 文件夹进行存储,因为与 iTunes 同步时会备份 Documents 文件夹,如果有大文件需要传输,备份速度会非常慢。

  1. Yes.
  2. Up to the storage capacity of the device.
  3. Yes.

Note iOS offers separate Temporary, Cache and Documents folders for storage. You should aim to use the Temporary or Caches folder for storage because the Documents folder is backed up when syncing with iTunes, which is very slow if there are large files to transfer.

绿萝 2024-10-12 11:37:08

是的。您可以将内容存储在 NSUserDefaults 或文件系统中

Yes. You can store things in NSUserDefaults or File System

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