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
982
Oct ’22
App was rejected by apple which said it includes CYPaySDK
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.
2
1
725
Sep ’20