4

I'm, creating a player app. I've implemented 'remoteControlReceivedWithEvent:' method and could change playing state by this buttons (apple guide). But when something playing from 'Music' or 'iTunes U' apps, than there are a song title appear under remote controls.

song title from music app

Is there any way to show there my own text from my player app?

Thanks in advance.

yas375
  • 3,940
  • 1
  • 24
  • 33

1 Answers1

5

Yes, it's done through the MPNowPlayingInfoCenter

Brendan Shanks
  • 3,141
  • 14
  • 13
  • thanks a lot! =) Also I found this topic: http://stackoverflow.com/questions/6600592/change-lock-screen-background-audio-controls-text Meybe it will help somebody) – yas375 Feb 22 '12 at 06:52