1

As soon as I open app it kills my music player. I dont want user to feel such experience. Sometime user don't want to stop their music player while app browsing. For that purpose I will provide explicitly a button in my app which stop music player.

So what function I need to call and where in my App which doesn't stop music player as soon as I launch app without single second delay or any interruption ?

Tariq
  • 9,861
  • 12
  • 62
  • 103

1 Answers1

1

You need to play with AVAudioSession. This Link may help you to achieve that.

Deeps
  • 4,399
  • 1
  • 26
  • 27