From 65c3696d2a992d80d646f576b36d48b4238c790a Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Fri, 8 Jun 2018 21:13:34 -0700 Subject: [PATCH] Add note about Enable Background Audio being in Xcode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac4ca2b8..493c2b3f 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ Determine whether the media should continue playing while the app is in the back * **true** - Continue playing the media To use this feature on iOS, you must: -* [Enable Background Audio](https://developer.apple.com/library/archive/documentation/Audio/Conceptual/AudioSessionProgrammingGuide/AudioSessionBasics/AudioSessionBasics.html#//apple_ref/doc/uid/TP40007875-CH3-SW3) +* [Enable Background Audio](https://developer.apple.com/library/archive/documentation/Audio/Conceptual/AudioSessionProgrammingGuide/AudioSessionBasics/AudioSessionBasics.html#//apple_ref/doc/uid/TP40007875-CH3-SW3) in your Xcode project * Set the ignoreSilentSwitch prop to "ignore" Platforms: Android ExoPlayer, Android MediaPlayer, iOS