How to retrive Core Data SQL store from Developer's App on the Developer's iPhone -


I need a copy of the store saved in the form of core data SQLite file inside the test app installed on my device.

I know how to get files from a simulator on the path: ~ / library / application support / iPhone simulator / [version] / application / [APID] / document

... but I need to get the .sqlite file from the app on the device.

Unless you have file sharing in the app itself, you do not have access to the Documents folder Can App This is a safety precaution and part of the sandbox.

Update:

I misunderstood the context of the question. To get the files from the developer iPhone, connect to the device and open the Excom> Window> Organizer tool will be selected in the Lefthand Panel in the Righthand pane, a list of applications. Your custom app will have an arrow next to it. Hit the arrow and you will see "App data" and press the down arrow icon and it will let you download the data to the folder. That folder will have an application document, library and TMP folder.


Comments