ios – “不备份”属性是否适用于“库缓存”中的数据

ios – “不备份”属性是否适用于“库缓存”中的数据,第1张

概述Apple的 data storage guidelines声明如下: 2) Data that can be downloaded again or regenerated should be stored in the /Library/Caches directory. ……(强调我的): 4) Use the “do not back up” attribute for specifyin Apple的 data storage guidelines声明如下:

2) Data that can be downloaded again or regenerated should be stored
in the /library/Caches directory.

……(强调我的):

4) Use the “do not back up” attribute for specifying files that should remain on device,even in low storage situations. Use this attribute
with data that can be recreated but needs to persist even in low
storage situations for proper functioning of your app or because
customers expect it to be available during offline use. This attribute
works on marked files regardless of what directory they are in,
including the documents directory. These files will not be purged and
will not be included in the user’s iCloud or iTunes backup. Because
these files do use on-device storage space,your app is responsible
for monitoring and purging these files periodically.

Apple链接到该主题的更多detailed discussion的页面没有提及任何有关阻止缓存数据被清除的属性的内容.

所以,有人知道“不备份”属性是否实际上对于放置在/ library / Caches中的项目“不备份和不删除”,或者文件仍然需要存储在应用程序的documents目录中以确保当设备空间不足时,它们不会被删除?

解决方法 我在iPhone 5 iOS 7.1.1上进行了快速测试:

我将一些文件放到“/ library / Caches”(NSCachesDirectory)并使用NSURlisExcludedFromBackupKey属性标记它们.然后我以正常方式将更多大文件放到同一目录中.

然后我通过使用相机应用程序拍摄长视频来制作低磁盘空间警告.警告后,标记为“不备份”的文件未从缓存中删除,但其他文件是!所以,这个属性确实起作用,并且尽管它的名称做了两个不同的事情 – 从备份中排除并保留在低空间警告时被清除.

总结

以上是内存溢出为你收集整理的ios – “不备份”属性是否适用于“库/缓存”中的数据全部内容,希望文章能够帮你解决ios – “不备份”属性是否适用于“库/缓存”中的数据所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1052718.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-25
下一篇 2022-05-25

发表评论

登录后才能评论

评论列表(0条)

保存