For Android, cordova.file.externalDataDirectory for instance is interesting because we can access the files in the explorer.
As a similar destination doesn't exist in iOS, it should be switched in this case for something like cordova.file.dataDirectory.
For Android, cordova.file.externalDataDirectory for instance is interesting because we can access the files in the explorer. As a similar destination doesn't exist in iOS, it should be switched in this case for something like cordova.file.dataDirectory.