rachithhegde edited a comment on issue #201: `fileTransfer.download` is not 
working in iOS 11.4.1
URL: 
https://github.com/apache/cordova-plugin-file-transfer/issues/201#issuecomment-412820217
 
 
   This is my code for download video file from the server for IOS 
version(11.4.1)
   
   ```
   fileTransfer.download(url, this.file.dataDirectory + 
'file.mp4').then((entry) => {
       console.log('download complete: ' + entry.toURL());
     }, (error) => {
       // handle error
     });
   ```
   
   ionic version: 3.19.1
   node version: 8.11.3
   cordova version: 8.0.0
   cordova-plugin-file-transfer version: 1.7.1
   node module @ionic-native/file-transfer version: 4.11.0
   platform Ios version: 4.5.5

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to