From 3b1f19d3806f7b7dcaf0524e3147bac5ed750a03 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Fri, 8 Jun 2018 21:10:19 -0700 Subject: [PATCH] Get list of iOS instructions for playInBackground to display properly --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8830175d..ac4ca2b8 100644 --- a/README.md +++ b/README.md @@ -263,8 +263,8 @@ 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) -*Set the ignoreSilentSwitch prop to "ignore" +* [Enable Background Audio](https://developer.apple.com/library/archive/documentation/Audio/Conceptual/AudioSessionProgrammingGuide/AudioSessionBasics/AudioSessionBasics.html#//apple_ref/doc/uid/TP40007875-CH3-SW3) +* Set the ignoreSilentSwitch prop to "ignore" Platforms: Android ExoPlayer, Android MediaPlayer, iOS