2

There're 2 folders in ~/Library/Caches in our iOS APP:

com.crashlytics.data
io.fabric.sdk.ios.data

It seems that they're used by Fabric?

I want to add a feature to delete all contents in the Caches folder, and I'm wondering if it's safe to delete these 2 folders?

If I delete the 2 folders when APP is running, what will happen if there're crashes in APP? Will the crash reports still be sent to Fabric?

Any advice would be appreciated.

4

2 に答える 2

3

Fabric の Todd です。これらにはクラッシュ レポート データが含まれているため、プログラムでこれらを削除するのは安全ではありません。フォルダー Library/Caches/com.crashlytics.data/ は、アプリの再起動時にクラッシュがアップロードされる場所です。ありがとう!

于 2017-04-07T13:46:42.583 に答える