Reputation: 41
I want to use volume button as a Start/Stop button in my own app. As far as I know there is only third party camera app that is able to use volume button as the control.
My question is, can it work on other type of app beside camera app? Will Apple reject my app if I am using volume button as a control/input?
Is there any Apple Documentation that state those restriction?
Upvotes: 0
Views: 1434
Reputation: 488
Look at AVSystemController_SystemVolumeDidChangeNotification.
See: iPhone SDK 4 - How to programmatically detect volume hardware button press? or
program access to iPhone volume buttons or
for all I know it isn't private anymore after iOS 3.0
Upvotes: 1