By enable the option called
Application supports iTunes file sharing,
I can integrate a file ( example an image) into my device via iTune. My question is where is the location of that image in my device and are there any ways we can access it via xcode.
Please advice me on this issue if you have any ideas about this.
Thanks
Each app is sandboxed. That means it has it’s own filesystem generated by xcode (/library /documents) relative to the app. Your files are probably on [yourapp]/documents.