We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704ea12 commit f303ff4Copy full SHA for f303ff4
SensingKit/SKMicrophone.m
@@ -57,7 +57,7 @@ - (instancetype)initWithConfiguration:(SKMicrophoneConfiguration *)configuration
57
NSLog(@"Error: %@", error.localizedDescription);
58
}
59
60
- // Request authorization. Only WhenInUse is required for proximity scanning.
+ // Request authorization.
61
if ([audioSession respondsToSelector:@selector(requestRecordPermission:)])
62
{
63
[audioSession requestRecordPermission:^(BOOL granted) {
0 commit comments