I'm looking at the MPMusicPlayerController class, which lets you create an iPodMusicPlayer with a playbackState that is readonly. I'm wondering if there's a way for me to modify the playbackState elsewhere to change the state from MPMusicPlaybackStatePaused to MPMusicPlaybackStatePlaying.
The goal if this is to play iTunes music which is paused by the TriggerIO media player — currently it supports playing audio in your app by pausing background audio, but after my audio plays, I want to continue playing the background audio.
Thanks!