半肾
精华
|
战斗力 鹅
|
回帖 0
注册时间 2012-1-17
|
本帖最后由 robbielj 于 2014-11-14 13:59 编辑
吵架无益,既然你已经从说qq空间占用转到指责ios删你文件了
那么请看developer文档
https://developer.apple.com/libr ... SystemOverview.html
Put temporary data in the tmp/ directory. Temporary data comprises any data that you do not need to persist for an extended period of time. Remember to delete those files when you are done with them so that they do not continue to consume space on the user’s device. The system will periodically purge these files when your app is not running; therefore, you cannot rely on these files persisting after your app terminates.
Put data cache files in the Library/Caches/ directory. Cache data can be used for any data that needs to persist longer than temporary data, but not as long as a support file. Generally speaking, the application does not require cache data to operate properly, but it can use cache data to improve performance. Examples of cache data include (but are not limited to) database cache files and transient, downloadable content. Note that the system may delete the Caches/ directory to free up disk space, so your app must be able to re-create or download these files as needed.
这里写得很清楚,ios会删而且删哪些文件。你买了iphone就是接受了ios的tos,默认接受这些行为,接下来app如何做是app的事情
你要指责ios,就拿出证据证明被系统删掉的文件不在这俩地方。然后大概你可以向水果报告了。
最后不觉得你说的手游更新文件和caches这里举的例子颇像么
系统当然不明白app里都是啥文件,所以app要告诉它,app告诉iOS可以删,然后ios删了就成了ios的锅了。。。
|
|