How to view the data in sqlite file running in iphone application? [closed]
If you want to view your database when running on Simulator it is located at the following location user/Library/Application Support/iPhone Simulator/version of SDK(4.2eg)/Applications/4AF938D6-E981-4971-A588-3424B64E7EE7(eg)/Documents/yourdatabase.sqlite If you want to view the database in your device then you can use a software like iExplorer. Cheers Edit : The location of sqlite file has changed. It currently resides in … Read more