Parameters in CSV or TXT file in iOS

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.

Replies

Not sure to properly understand.


Is it a configuration file you want to send to a specific iPad (yours for instance) or a configuration that any user could load ? Is the file the same for all users ?


you could put the TXT or CSV file on a server and let user retrieve it from within the app.