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
I have been hunting for a method that will allow me to download files to the users general Downloads folder that can be accessed by the iPhones default Files app. Using cordova-plugin-file and cordova-plugin-file-transfer I have gotten the files to download, but those two paths are sub-folders in side my apps root path. Which means that even though my app can see the files, the user has no way of getting to them.
I came across this plugin and before going through all the trouble of installing and coding I would like to know if this plugin can resolve my issue on iOS. Can this plugin be used to download files to the public Downloads folder that the user can then see and access?
The text was updated successfully, but these errors were encountered:
I have been hunting for a method that will allow me to download files to the users general
Downloads
folder that can be accessed by the iPhones defaultFiles
app. Using cordova-plugin-file and cordova-plugin-file-transfer I have gotten the files to download, but those two paths are sub-folders in side my apps root path. Which means that even though my app can see the files, the user has no way of getting to them.I came across this plugin and before going through all the trouble of installing and coding I would like to know if this plugin can resolve my issue on iOS. Can this plugin be used to download files to the public
Downloads
folder that the user can then see and access?The text was updated successfully, but these errors were encountered: