iOS Detect system volume level change. private API or not? AVSystemController_SystemVolumeDidChangeNotification
Can listening to AVSystemController_SystemVolumeDidChangeNotification NSNotification be considered (during the App Store review process) as using private API? In my application I need to display and update the current volume level. Volume indicator should be updated after pressing hardware volume buttons and after volume change in MPVolumeView slider. I've searched solution how to get notification or event of hardware volume button press and had found a number of solutions. For example, iPhone Detect Volume Keys press. and How to get audio volume level, and volume changed notifications on iOS?