3

Our music app uses AVAudioPlayer to play music. But in background, the multitasking bar does not show play/pause/stop controls to control audio of our app. Is there way to do it?

openfrog
  • 40,201
  • 65
  • 225
  • 373

1 Answers1

1

Yes, but you have to use this class:

MPNowPlayingInfoCenter Class Reference

If you have specific questions about it, just ask.

Antonio MG
  • 20,382
  • 3
  • 43
  • 62