When the user removes a tracker using Snowplow.removeTracker local tracker files and settings should be removed as well. This would include the SQLite event store and potentially other app settings.
There are several reasons to implement this behaviour:
tidy up the file system
hold as few data as possible locally
lower risks of data leaks
not to use more disk space than mandatory, as some users have limited iCloud storage space
When the user removes a tracker using
Snowplow.removeTracker
local tracker files and settings should be removed as well. This would include the SQLite event store and potentially other app settings.There are several reasons to implement this behaviour: