Description
Motivation
This case is only for IOS devices because in android we can save files in many other locations.(i am using RNFetchBlob to save files)
but in IOS it is only allowing to save files in documents directory.
From the Application User can download PDF files, i am storing these files in documents directory,
i am allowing this in info plist so user can access and open the Downloaded files.
UIFileSharingEnabled
UISupportsDocumentBrowser
LSSupportsOpeningDocumentsInPlace
in that directory we have folder called RCTAsyncLocalStorage_V1 in which all the locally stored data is there in a manifest.json file
this allows user to see all the raw data that can be used to do some hacking or playing around with things.
Description
is there any other way possible that we hide that directory or use some other method rather than crating a file to store data locally.
New feature implementation
If we are able to implement such thing we can hide sensitive data from the end users.
Please let me know if anything is possible here.