I’m working on an iOS Cordova app. Is it possible to pause a download and then resume it using FileTransfer? Does the abort() command delete the partially-downloaded file, or is it possible to resume the download by calling download() a second time using the same file path? Has anyone else done this?
Thanks! - Nick
