Appstore rejection: SQLite Database location
I have an app that downloads data from the internet into a local SQLite database.
The data is not user-generated and Apple rejected my app because of this.
The database cannot be stored in /Documents/ but it should be stored in /Library/Caches/
How do I change this?
