The client wants to preserve the document sandbox when I release an updated IPA using ad-hoc deployment. Is this possible?
Is there a way to preserve the documents folder when installing a new IPA from an ad-hoc deployment?
Asked
Active
Viewed 91 times
1 Answers
0
Just copy the documents from the sandbox into the new application folder.
If there are specific documents that the end-user will always want to have, consider building them into your project.

Dustin
- 6,783
- 4
- 36
- 53
-
But the new IPA overwrites the documents folder on install, how would I copy them? – Jesse Earle Jul 18 '12 at 15:39
-
Copy the documents to a safe place, install the new IPA, then copy the documents back into the folder. – Dustin Jul 19 '12 at 12:08