My app plays audio streams, it works fine for all cases such as background etc. I am using AudioToolbox.framework
and MediaPlayer.framework
to play the audio, my query is when the app starts playing audio i would want the indicator on the status bar to be shown as it does for the default iPod player.
Can anyone guide me on how to display the play indication icon on the status bar as soon as my app starts playing audio and disappears when its paused/ stopped or terminated.