-
-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Music players stops when I start my app Xamarin.ios with media manager #816
Comments
I have the same problem with Media Manager on ios. |
Same here |
Same for me @eugene-stanovoy @mtaranovsky @DamienDoumer do let me know if you have already found solution. |
same bug encountered. Hope it will be fixed next release |
Any news? |
maybe an idea would be to choose if we want to hijack the AudioSession when we call
|
Any news? @martijn00 |
🐛 Bug Report
When I add media manager to my project, and initialize it, then deploy the app on my device. If I play music on a music player like Spotify before launching my app, the player stops playing music.
I tried changing the AVAudioSession Category inside the app delegate, before initializing Xamarin media manager as follows; but it didn't work.
AVAudioSession.SharedInstance().SetActive(false); AVAudioSession.SharedInstance().SetCategory(AVAudioSession.CategoryAmbient); AVAudioSession.SharedInstance().SetActive(true); CrossMediaManager.Current.Init();
Expected behavior
When launching a the app, it should stop the media player only when we start playing media in our app, and not at app start.
Reproduction steps
Configuration
Version: 1.x
Platform:
The text was updated successfully, but these errors were encountered: