apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
595 stars 888 forks source link

iOS Library/NoCloud not being restored #230

Closed hohae closed 3 years ago

hohae commented 5 years ago

My app is using Library/NoCloud on iOS to store all its data. It builds up a directory structure. When doing a backup and restoring it to a new phone, alle the directories and files are gone. It doesn't matter if I do a "iCloud" backup or a "Backup to this computer" with iTunes.

Is Library/NoCloud not part of any backup? Apple's documentation says that the complete app data is part of the backup.

sithwarrior commented 3 years ago

I know this is an old question, but just to clarify, in a Cordova Application the Library/NoCloud folder, is explicitly marked to not be backed up.

You can read more about the file structure here https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/

breautek commented 3 years ago

Related: https://github.com/apache/cordova-plugin-file/issues/308

breautek commented 3 years ago

I know this is an old question, but just to clarify, in a Cordova Application the Library/NoCloud folder, is explicitly marked to not be backed up.

You can read more about the file structure here https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/