SoundManager
SoundManager copied to clipboard
Music stops after receiving phone-call
This seems to be unhandled situation, or maybe I am not aware of some features which handle this situation...When app returns from background, music is stopped, and I can't resume it.
I am guessing that this is related to AVAudioSession...
@nicklockwood Do you have some idea how to handle this and make music continue from where it is stopped (or at least to start it from beginning) ?
This can be produced by simply running your sample project -> play music -> receive phone-call (so I am sure that is nothing wrong with my code, because I use your sample app).
Any thoughts ?
Best Regards,
Vladimir