teodorpatras / Jukebox

Player for streaming local and remote audio files. Written in Swift.
MIT License
551 stars 122 forks source link

Background Controls Stop Working when Controller is dismissed #9

Closed singhdd93 closed 8 years ago

singhdd93 commented 8 years ago

I am working on a Live Streaming Music Player. When I dismiss the viewcontroller having jukebox delegate, The background controls stop working.

Need Help

singhdd93 commented 8 years ago

Got the Solution

I implemented remoteControlReceivedWithEvent in custom navigation controller and that solved this problem.

Thanks a lot for great lib