Search code examples
objective-ciosipaditunes

How can I access document folder


I have redirected all logs to file in the app's document folder. I know how to access it trough the xcode. I have to plug my ipad to MAC and in the xcode through organizer->device i can access the document folder. Now I want to do it without xcode. Can i access my log files through itunes or device it self.


Solution

  • Yes you can access your data through itunes.

    For this first you need to add a new key, UIFileSharingEnabled to your info.plist. From the drop down list select "Application supports iTunes file sharing" and select the check box against that.

    UIFileSharingEnabled

    When you sync your ipad with itunes, go to your ipad -> select your app. You will see the data in from your application.