hi, all, I want play sound even the iPhone in mute mode, but the method : [AVAudioPlayer setVolume] does not effect if the device is in mute mode ...
is it possible have some way to change the systemwide volume ?
thanks for your help ...
hi, all, I want play sound even the iPhone in mute mode, but the method : [AVAudioPlayer setVolume] does not effect if the device is in mute mode ...
is it possible have some way to change the systemwide volume ?
thanks for your help ...
The recommended way to let the user set the system volume is with an MPVolumeView. The whole point of the mute button is that applications cannot play sounds, and there is no sanctioned way to override that.