diff --git a/plugin.xml b/plugin.xml index 0c5372a..52bd90e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -37,7 +37,8 @@ - + + diff --git a/src/ios/APPBackgroundMode.m b/src/ios/APPBackgroundMode.m index 14ca0ea..c08e149 100644 --- a/src/ios/APPBackgroundMode.m +++ b/src/ios/APPBackgroundMode.m @@ -173,7 +173,6 @@ NSString* const kAPPBackgroundEventDeactivate = @"deactivate"; // Play music even in background and dont stop playing music // even another app starts playing sound [session setCategory:AVAudioSessionCategoryPlayback - withOptions:AVAudioSessionCategoryOptionMixWithOthers error:NULL]; // Active the audio session