I am going to use code to get the default volume/sound of the device which is set using the volume up or down buttons form the device, Below is the code which I am going to access the sound,
To resolve this error I have done research and found that to access this code we need to use CoreAudio Framework which allows to use the above code,
#import <CoreAudio/CoreAudio.h>
As suggested in a link Here But while goint to try with "<CoreAudio/CoreAudio.h>"
it is giving below error for ios 7.0 +.
I have a need to get default system sound and this code is not giving me right to get desired result, is there any alternate way to find the current volume/sound of the device?
Any help is highly appreciated in advance.