Post

Replies

Boosts

Views

Activity

multitaskingCameraAccessSupported does not support on iPad pro 2020 with iOS 16
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?
1
0
1.2k
Oct ’22
Is iOS AAC LC encoder hardware based or software based
Currently we tested iOS AAC LC encoder using AudioToolbox framework, no matter we set mManufacturer to kAppleHardwareAudioCodecManufacturer or kAppleSoftwareAudioCodecManufacturer, it always run on CPU.
Replies
0
Boosts
0
Views
534
Activity
Oct ’24
multitaskingCameraAccessSupported does not support on iPad pro 2020 with iOS 16
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?
Replies
1
Boosts
0
Views
1.2k
Activity
Oct ’22
Multiple camera capture does not work on iOS 16 with xcode 14.0 building
Recently we found one issue: Multiple camera capture does not work on iOS 16 with xcode 14.0 building, reproduce step: open front and back Camera simultaneously both front and back camera capturing return front camera stream We expect front camera and back camera return their self stream.
Replies
3
Boosts
0
Views
984
Activity
Sep ’22
ScreenCaptureKit has lots of memory leaks
Did anybody get the memory leak issue when using apple ScreenCaptureKit, we got 200MB memory leaks after running one hour. Testing hardware is MacbookPro 2018.
Replies
0
Boosts
1
Views
683
Activity
May ’22
App Store Connect Operation Error: expired profile
Today, we got a problem when uploading app to appstore: App Store Connect Operation Error: expired profile, even though the profile is valid.
Replies
24
Boosts
0
Views
8.6k
Activity
Apr ’22