Cordova iOS obtain file to iPhones basic “Downloads” folder

0
30


on iOS, is there ANY technique that may enable an app to obtain a file to the iPhones basic “Downloads” folder that the person can discover on their iPhone (IE: utilizing the iPhones Recordsdata app The Recordsdata app opens permitting customers to navigate the iCloud storage OR the native On My iPhone.)

I’ve written 4 completely different strategies that each one reach downloading information to app sub-folders, however the customers cannot get to them as a result of there isn’t any approach for the person to navigate to the apps sub-folders.

cordova-plugin-file-transfer – lets you obtain information to app sub-folders.

inAppBrowser – would not enable obtain hyperlinks to work, iOS prevents it

The one factor I’ve discovered is utilizing a browser like Safari or Chrome to obtain the file…however that is an unsightly resolution that takes the person out of our app AND it requires exposing information on our internet server requiring further coding to solely enable licensed customers to obtain the chosen information.

I can not be the one particular person with this problem….is there not a correct technique to permit information to be downloaded to a publicly accessible place?

I imply, if iOS needs to utterly sandbox apps, a minimum of create symbolic hyperlinks to downloaded information in an app obtain folder that’s then symbolically linked again to the primary Downloads folder. So the person would see one thing like:

Downloads --> MyAppDownloadFolder --> downloadedFile.pdf

So when customers click on to open the MyAppDownloadFolder they might be opening up the app sandboxed obtain folder.