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

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -