ionic Cordova Failed recording audio on IOS using Media plugin
问题 i'm working on an ionic App and i need to record audio files , so i used the cordova-plugin-media , it worked fine for android but when i tried it on ios i get this error : {"message":"Failed to start recording using AVAudioRecorder","code":1} here is my code : var extension = '.wav'; var name = 'filename'; var audio = null; var filepath; $scope.startRecording = function() { name = Utils.generateFilename(); if(device.platform == "iOS") { //var path = "documents://"; //var path = cordova.file