james
james

Reputation: 2663

AudioKit requesting access to microphone

I just updated AudioKit and XCode to the latest versions. Now when I run my app A popup comes up requesting access to the microphone. I am not using the microphone in any of my AudioKit code. As far as I remember the previous version never requested microphone access. Was there a change from previous versions I need to be aware of?

Upvotes: 3

Views: 240

Answers (1)

N. Der
N. Der

Reputation: 527

Like Alex Bailey said, when using a simulator it defaults to asking for a microphone access, even though your app doesn't require that feature. If your build and run your app on a device you shouldn't see the request access for microphone.

Upvotes: 4

Related Questions