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 设备的文档目录中的本地存储。我搜索并找到了一些解决方案,但我没有得到文档目录的确切文件存储限制。谁能帮我找到正确的答案?请帮忙...
因此没有存储限制,它仅受设备上可用空间的限制。但是您的应用程序可能会因为将数据存储在错误的位置而被拒绝。有关详细信息,请参阅此内容。
https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/ManagingFIlesandDirectories/ManagingFIlesandDirectories.html#//apple_ref/doc/uid/TP40010672-CH6-SW1