From b09db4a94323ae3416be95e72179377c3805c56d Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Mon, 7 Sep 2020 13:29:31 +1000 Subject: [PATCH] Explain NSMicrophoneUsageDescription requirement. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 09fa11b..2eb531a 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,13 @@ If you need access to the player's AudioSession ID, you can listen to `AudioPlay ### iOS +Regardless of whether your app uses the microphone, Apple will require you to add the following key to your `Info.plist` file. The message will simply be ignored if your app doesn't use the microphone: + +```xml +NSMicrophoneUsageDescription +... explain why you use (or don't use) the microphone ... +``` + If you wish to connect to non-HTTPS URLS, add the following to your `Info.plist` file: ```xml