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