AVSystemController_SystemVolumeDidChangeNotification
AVCaptureSession が開始されるたびに、iPhone 5 のイベントがトリガーされるようです。
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(volumeChanged:) name:@"AVSystemController_SystemVolumeDidChangeNotification" object:nil];
これを修正する方法を知っている人はいますか?私はこの Observer を使用して音量ボタンで写真を撮っています (プライベート API であることは知っていますが、デフォルトのカメラアプリと同じ機能です。Apple は通常、目をつぶっています...) 。カメラが起動するたびに撮影されます。