Where should an SQLite Database go?

In order to reduce the stress of getting rejected by Apple for something that should have been forseen…

Exactly where on an iPhone/iPad should an application store a SQLite Database?
I have read conflicting information

  • /Library
  • /Documents - this is where I have it being created, read and written from
  • /ApplicationSupport???

On a server :slight_smile:
/Library/Application Support/YourApp

Is it global or per user?

its not on a “server”… its in a single user iPhone app…

didn’t know you could make it “global”

I have just moved it to ApplicationSupport

Pardon me Dave… I missed your platform.

i think you need to differentiate between the use case
data for your app
or
user data input and stored into a database.