vote up 0 vote down star

When the home button gets double tapped in the middle of my music game for the iPhone, a pop-up appears showing the name and artist of the song being played...how do I disable this pop-up ?

I'm using the iPodMusicPlayer in MPMusicPlayerController and I don't want to have to use applicationMusicPlayer.

Thanks.

flag

2 Answers

vote up 0 vote down check

Unless Apple adds more controls over an application's audio session, the iPod music control is off limits. So is Home button behavior (unrelated to audio session though).

link|flag
Thanks, that makes sense considering how strict they already are with music handling – schwabrX Aug 27 at 6:47
vote up 0 vote down

The behavior of the double-click of the Home button is controlled by the system preference in your iPhone settings under General -> Home. There is an option there to turn off iPod controls.

I'm not sure if this can be modified in code, however.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.