Hi, a quick question.
My app allows the user to save and load files.
I want to distribute some example files in the systemDocumentsDirectory. Is there any way of doing this at setup or installation rather than once the app is running?
I know that many Apple apps for example come with exemplar files.
I know how to do it by writing files etc, but was looking for a way of having them as files in my app package and moving them across as part of install.
thanks in advance for any help.
Martin