I have written a new version (1.0.1) of the iOS application. The background of the application is that it download files from server and stores in Documents. As per Apple guidelines, any file generated by user shouldn't be backed up on cloud, therefore I have marked them as NSURLIsExcludedFromBackupKey. But now when I am updating on the device using Adhoc distribution profile, any user generated file in Documents folders are getting deleted.
Is there any way to avoid the deletion of those files, as these are essential files to have for application to run.