Hi,
We have an iPad pro 2020 with iPadOS 16.1 installed, when our app build with xcode 14 accessing this property: multitaskingCameraAccessSupported, system return unsupported. so we can not enable camera access when stage manager is enabled.
We also tested with iPad pro M1, multitaskingCameraAccessSupported will return to true.
According to following developer guide:
Important
This entitlement isn’t required in iOS 16 and later. Configure multitasking camera access using the multitaskingCameraAccessSupported and multitaskingCameraAccessEnabled properties of AVCaptureSession instead.
we do not need request this entitlement: com.apple.developer.avfoundation.multitasking-camera-access, right?
Or if our app deploy target below iOS 16, we still need request above entitlement, right?