caching - Is it safe to delete Fabric contents in ~/Library/Caches in iOS APP -
there're 2 folders in ~/library/caches in our ios app:
com.crashlytics.data io.fabric.sdk.ios.data
it seems they're used fabric?
i want add feature delete contents in caches folder, , i'm wondering if it's safe delete these 2 folders?
if delete 2 folders when app running, happen if there're crashes in app? crash reports still sent fabric?
any advice appreciated.
todd fabric here. not safe delete these programmatically contain our crash report data. folder library/caches/com.crashlytics.data/ crashes uploaded when app relaunches. thanks!
Comments
Post a Comment