Download File In ios

Hey,
Is there any way to download file in ios and access it from outside app . am using cordova file transfer plugin.
By the way this the third query am asking and havent got any reply. Atleast tell me if am commenting in a wrong place . :frowning:

  1. What is your ionic configuration?
    Try doing ionic info inside your project directory and paste the results here.
  2. What are you trying to do actually, please be a little more clear.

ionic (Ionic CLI) : 3.13.0

I want to download a file from the server and it should be accessible from outside app. In android its working but in ios download is happening but i couldnt access the file from outside the app.

fileTransfer.download(url, this.downloadFilePath + mediaName).then((entry) => {
console.log('download complete: ’ + entry.toURL()
});

1 Like