Save file to public directory using Cordova FileTransfer
I need to download files on my mobile device and make them accessible for other apps (using Android and iOS). I managed to download a file to the SD card ( cordova.file.externalDataDirectory ), but this only exists on Android and even then I cannot rely on every device having an SD card. When I download to the device storage ( cordova.file.dataDirectory ), the file is private to my app and therefore not accessible for other apps. The file can be opened in the InAppBrowser, but I would prefer to use the respective default app. Is there a way to get a path to a directory publicly available on