when I try to request permission to record with the mic it throws " [access] < private>"
AVAudioSession.sharedInstance().requestRecordPermission({(granted: Bool)-> Void in
if granted {
print("yass")
} else {
print("Permission to record not granted")
}
})
Anybody got a workaround? This works with 7.3 tho