i am using MPMusicPlayerController in my app and when i enter to background it stop playing.
this is how i add it :
musicPlayer = [MPMusicPlayerController iPodMusicPlayer];
|
i am using MPMusicPlayerController in my app and when i enter to background it stop playing. this is how i add it :
| ||||
|
feedback
|
|
You need to indicate in your app's plist file that you want to play audio in the background. | |||
|
feedback
|
|
The | |||
|
feedback
|
|
you create the applicationMusicPlayer it is not play in back ground. you have to create ipodMusicPlayer to overcome this. check this out for further refference. http://developer.apple.com/library/ios/#documentation/MediaPlayer/Reference/MPMusicPlayerController_ClassReference/Reference/Reference.html#//apple_ref/doc/uid/TP40008221 | |||
|
feedback
|