Phonegap fileTransfer.Download is not working on ios phonegap 3.0
问题 I am developing an app with JQM and then using build.phonegap.com, i am building the app. I have a feature to download the audio file from the server and then play it in the app. it is working perfectly in android. I tried all possibilities to make it work. can some one help on this. here is my complete file handling code fileSystem.root.getDirectory("auidofiles", { create : true, exclusive : false }, function(dirEntry) { dirEntry.getFile(mp3_file, { create : false, exclusive : false },