Probably a simple question - can an iOS app continue to receive media player notifications [NSNotifications] (i.e. MPMusicPlayerControllerNowPlayingItemDidChangeNotification) once it moves into background?
I'm specifically using an iPodMusicPlayer to play songs over my main app functionality, and id like to play about with implementing code under this notification after the app falls into background mode.
Not asking for code; just a point in the right direction re: background media notifications ;)