I am working on Screen Record function in Apple Vision Pro, when I use broadcast upload extension, after I click record button, the XCode console show the exception: <<<< FigAudioSession(AV) >>>> audioSessionAVAudioSession_CopyMXSessionProperty signalled err=-19224 (kFigAudioSessionError_UnsupportedOperation) (getMXSessionProperty unsupported) at FigAudioSession_AVAudioSession.m:606
we create and config the project as flow:
- Create a Apple Vision Project.
- Create a Broadcast Upload Extension Target.
- Add App Group for Project Target and Extension Target, both use the same identifier.
- Add "Main Camera Access", "Passthrough in Screen Capture" Capabilities for all targets.
- Add "NSScreenCaptureUsageDescription", "NSMicrophoneUsageDescription" in Plist.
- Add record button in view
- Run debug in Apple Vision Pro device, after click record button, throw the exception.