Has anyone been able to programmatically determine if the iPhone mute switch is on or off?
My app depends on TextToSpeech so I'd like to let the user know if the mute switch is on - otherwise they won't be able to hear it speak. I'm using the IAVSpeechSynthesizerInterface to speak the text.
Thanks!