I am working for an iOS applications for iPAD that should run in different ways depending on options or say, depending on "parameters".
For practical reasons, I wish to "parametrize" the application by means of a simple TXT or CSV file written with a text editor and then passed to the iPAD.
Two very simple questions:
1. where can I load the TXT or CSV file to the iPAD and by means of which application ?
2. how can I address the file path within the application ?
Any help is welcomed.