diff --git a/src/ios/AudioRecorderAPI.m b/src/ios/AudioRecorderAPI.m index f75f9f3..4d8d0a1 100644 --- a/src/ios/AudioRecorderAPI.m +++ b/src/ios/AudioRecorderAPI.m @@ -3,7 +3,7 @@ @implementation AudioRecorderAPI -#define RECORDINGS_FOLDER [NSHomeDirectory() stringByAppendingPathComponent:@"Library/NoCloud"] +#define RECORDINGS_FOLDER [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"] - (void)record:(CDVInvokedUrlCommand*)command { _command = command;