Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个需要下载网页等的iOS应用程序。我应该使用什么目录在手机上存储下载的文件?它们不应该被频繁删除,因为离线访问是应用程序的卖点。
从离开文档开始,看起来您应该将它们保存到<Application_Home>/Library/Caches. 请注意,可以删除它以释放磁盘空间,但否则会保留。
<Application_Home>/Library/Caches
可能在bundle/Documents 链接中。
bundle/Documents
无论如何,您可能应该检查它们何时到期。