Posts

Post not yet marked as solved
0 Replies
825 Views
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?
Posted Last updated
.
Post not yet marked as solved
3 Replies
614 Views
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.
Posted Last updated
.
Post not yet marked as solved
0 Replies
471 Views
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.
Posted Last updated
.
Post not yet marked as solved
0 Replies
583 Views
Currently we update our mac app, and it was rejected by apple review team, following is review response: We discovered that your app contains hidden features. Attempting to hide features, functionality or content in your app is considered egregious behavior and can lead to removal from the Apple Developer Program. Specifically, we found that your app includes CYPaySDK, which provides access to external payment mechanisms and enables the purchase of content, services, or functionality by means other than the in-app purchase API.If you feel that we have misunderstood how your app functions and that your app is compliant with the App Store Review Guidelines, please reply to this message in Resolution Center to explain how this feature works.The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.Next Steps- Review the Performance section of the App Store Review Guidelines. Ensure your app, as well as any third-party code and SDKs implemented in your app, are compliant with all sections of the App Store Review Guidelines and the Terms & Conditions of the Apple Developer Program. Revise or remove the hidden features from your app. Once your app is fully compliant, resubmit your app for review. Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review the Terms & Conditions of the Apple Developer Program to learn more about our policies regarding termination. Our app do not import and use this payment SDK "CYPaySDK" actually , did anyone use this SDK before or got similar issue. we searched on google site, and not get valuable information, no URL point to this SDK. we also greped whole source codes, not find CYPay or cy_pay related information.
Posted Last updated
.