I've just seen iOS 5.1 to iOS 6.0 API Differences released by Apple. They say that some important methods of MPMusicPlayerController.h
are removed to MPMediaPlayback
protocol (play, pause, stop...).
Does somebody know how to update my application who use the code below to work with the iOS 6?
MPMusicPlayerController *musicPlayer = [MPMusicPlayerController iPodMusicPlayer];
musicPlayer play;