Getting Volume Info from iOS Devices
1 min readMar 14, 2016
Sometimes you would like to detect the volume levels of your iOS app. As of iOS 9, making great use of the AVAudioSession will give you the means to detect changes in the volume. This would be useful if you want to prompt the user to put the volume all the way up and also detect that they actually put them all the way up.