How can I disable my iPhone app sound if the user is playing iPod content?
Thanks!
How can I disable my iPhone app sound if the user is playing iPod content?
Thanks!
You should set the correct audio category: Audio Category. You can simply detect whether the iPod app is playing by handling media player change notifications: Media Player.
HTH.