HI,
I need to play an audio file with the maximum volume in my application. But in some cases even if the user manually keeps the volume low, programatically i need to increase the volume and play the audio with maximum volume. I have used the "volume" property in AVAudioPlayer and set the value to 1.0. But its not of use. EVen if i set the volume to 1.0 the maximum as mentioned in the api docs, if the user has kept the volume to zero, the playing of audio file is not heard.
So is there any other way to fix this issue.
Best Regards,
Mohammed sadiq