iphone - location of database created by the application -
I have opened a database in my application using sqlite3. When I run the application in the simulator, this database can be created and I am playing with it. But now I need to know this place (to access Mac Mac) where this database has been created. Definitely this application is not in the folder because I'm not seeing it. I doubt there is a place where simulator is installed. Anyone who knows the location helps me find it.
If you are looking for an actual file on your Mac, then in this folder:
/ user / your user name / library / application support / iPhone simulator / user / application /
there should be a group of folders long name if you have recently If you have created your app for simulator, order the folder according to date and the latest will be on top A document folder Spam Folder, but you can also right-click on the app to "Show Package Contents", which can be your database.sqlite
file.
Comments
Post a Comment