My question is pretty simple and I did not find accurate answer so far.
I am using SQLite database in an application using a typical way (libsqlite3.dylib) and opening a file named FILE_NAME.sqlite
, which I actually not placed in my xCode project. But still it is working and I am able to INSERT and SELECT records in database.
So, my question is, where that FILE_NAME.sqlite
should be placed.
Using MAC OSX 10.8.4 iPhone SDK 6.x