override audio mute switch on iOS ?

Is there a way to override the audio mute switch on an iOS device?

So regardless of its setting, can I play some audio ?

I don’t intend to play audio, just wondering if it’s possible and if there’s any sample code ?

[import]uid: 97524 topic_id: 26189 reply_id: 326189[/import]

Found a page which briefly eludes to this here:
http://developer.anscamobile.com/partner/audionotes

All sorted.

For anyone interested use the MediaPlaybackMixMode, referred to here:
http://developer.anscamobile.com/forum/2011/06/05/new-audiosession-properties [import]uid: 97524 topic_id: 26189 reply_id: 106126[/import]

One thing to keep in mind is that I’m pretty sure Apple would reject anything that tried to play audio while the device was muted. [import]uid: 52491 topic_id: 26189 reply_id: 106177[/import]

OK, thanks Peach [import]uid: 97524 topic_id: 26189 reply_id: 106406[/import]