Skip to main content
Inspiring
November 24, 2011
Answered

Appstore rejection: SQLite Database location

  • November 24, 2011
  • 1 reply
  • 1205 views

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?

This topic has been closed for replies.

1 reply

Correct answer
November 24, 2011
NielzzAuthor
Inspiring
December 6, 2011

Thanks, that was very useful. I stored the database in the users cache directory and all is well.