I have an IPA that I want to distribute to users. The IPA includes some user data that should be moved to the documents directory on the first install.
My problem is that I can copy the files from the resources directory but not delete it, meaning that the data will be twice on the device.
Is there a possibility to include data into an IPA that is put into the documents folder on install? Or is there any folder I can add to an IPA that I can access with write permissions without having the device jailbroken?
I have taken a look at the documentation but could not find anything about that topic.