2

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?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
  • 1
    I don't believe it's possible without using private APIs. – Avi Sep 27 '16 at 01:54
  • check answer here if it help:[http://stackoverflow.com/questions/23517085/get-ringer-volume-level-using-avsystemcontroller-in-ios](http://stackoverflow.com/questions/23517085/get-ringer-volume-level-using-avsystemcontroller-in-ios) – Ronak Chaniyara Sep 27 '16 at 05:26

0 Answers0