Hi, I'm appending an unique query string in path in my fileTransfer.download wrapper. So, if there are others with the same issue, it can be helpfull to add something like:
var ios_fix= ""; if(Helpers.isCordovaIOS()) ios_fix= "?v="+Math.random();//against iOS caching
/* ... */
fileTransfer.download(
img_src+ios_fix,
filePath+ios_fix,
nearby