Will /Library/Caches be clear on app update?

前端 未结 5 1159
悲哀的现实
悲哀的现实 2021-01-30 11:19

In my iPhone app I\'m caching the raw data of some compressed files to save loading time. But those files may change in an update.

Will iOS clear /Library/Caches for me

5条回答
  •  庸人自扰
    2021-01-30 12:00

    The whole point of /Caches is that the system can clear data stored there at any time - if it needs to. You should not worry about clearing out that directory.

提交回复
热议问题