You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filesystem on iOS deletes the files in the Documents directory and External Storage directory when deleting the app (documentation says files in these locations should persist) #32
When saving a file to Directory.Documents or Directory.ExternalStorage on iOS, they are being stored to a folder with the name of the app instead of right inside the Documents folder. When the app is deleted, the folder and files within are also delete.
Expected Behavior
With Directory.Documents and Directory.ExternalStorage, they are supposed to persist.