I am making the app which is notifying the user. And I need just to get the volume of the Ringer and if it's low then alert user to increase the value. The system volume I am getting with:
[[AVAudioSession sharedInstance] outputVolume];
But this value is for music volume and Ringer value are not the same. So how I can get the Ringer volume value?