cordova-plugin-audio-recorder-api
cordova-plugin-audio-recorder-api copied to clipboard
changed iOS recordings folder to app's Documents folder due to prepareToRecord failing and to follow Apple guidelines
trafficstars
…brary/NoCloud. This is for 2 reasons:
1) as recommended by Apple, the Documents folder is used to store user generated content.
2) [recorder prepareToRecord] fails because the Library/NoCloud directory does not exist by default
http://ngcordova.com/docs/plugins/file/
I wish use path cordova.file.dataDirectory with $cordovaFile.
Any suggestion?
Why isn't this pull request merged? The plugin isn't working otherwise and apparently it's also recommended by Apple...
- This plugin creates user generated content, seems like it should belong there...
- This is true but if you include cordova-plugin-files, the file plugin will by default ensure the dataDirectory as well as several others exist. So maybe being more explicit on this is a good idea, but behavior on the whole seems appropriate.