Kadinvanvalin commented on issue #172: iOS: Playback of mp3 stops audio of 
other apps
URL: 
https://github.com/apache/cordova-plugin-media/issues/172#issuecomment-413661262
 
 
   Its the way this plugin handles AVaudiosessions, I got around this by adding 
         
   ``` objective-c
   [self.avSession setCategory:sessionCategory 
withOptions:AVAudioSessionCategoryOptionMixWithOthers error:&err];
   ```
   on line 370 in your CDVSound.m file I usually do this in xcode, it is under 
plugins
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to