I am working on a music app. My music app has a AVAudioSession in place along with a background task. Then I open youtube player and even after dismissing it, I am not able to retain my background audio session.
@kunaldada Did you ever find a solution for your problem ? I am facing something kind of similar, where playing the youtube video interferes with a MPMusicApplicationPlayer instance that I have active in my app
I am working on a music app. My music app has a AVAudioSession in place along with a background task. Then I open youtube player and even after dismissing it, I am not able to retain my background audio session.