I have an app that needs to read some input data from a text file (a simple int array). Is it possible to copy the desired text file to the iPhone via itunes, and then access it from the app?
(I want to enable the possibility of adding any input I want, and not just to store it in the resources folder)
I looked for this topic and ended with some explanations about the 'app sandbox', but never understood how to find the acual path for the file. Any information would be very appreciated.