Reputation: 2682
Where can I find my app's data, such as cache, temp, preferences, databases, etc. on macOS?
I would like to clear this data to reset my app.
On Android, this can be done from an app's settings page by clicking the "Clear data" button.
Upvotes: 4
Views: 1105
Reputation: 2682
~/Library/Containers/your-app-name
Tip: Open Finder, CMD
+ Shift
+ G
, paste ~/Library/Containers
, Go.
Upvotes: 8