i create a application.Whose, Log IN application in this we add a local database (db.sqlite). When new user do registration. than, add the whole data in database. its is run properly in device. But,how i see the data (data was store or not)? Question : where does this database file get stored on the filesystem when you're using an simulator (in Computer)?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

In my case, I got my .sql file at

/Users/myName/Library/Application Support/iPhone Simulator/4.2/Applications/B378BED2-C67C-4465-AB8A-184D80C41D88/Library/Private Documents

B378BED2-C67C-4465-AB8A-184D80C41D88 is some random name generated by system,it would be different in your case.

link|improve this answer
Yap, what is in your case, This is right. Dear. Thanks – Suraj Feb 23 at 5:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.