Posts

Post not yet marked as solved
12 Replies
5.5k Views
As the new requirement for Privacy manifests is coming this Spring 2024 (https://developer.apple.com/news/?id=r1henawx), Apple released a list of SDK's that need to comply with this requirement and provide a privacy manifest file: https://developer.apple.com/support/third-party-SDK-requirements/ I have some questions: Do i need to declare a privacy manifest file for the SDKs if i'm updating an old app that already includes one of these SDKs? Apple states "when you submit an app update that adds one of the listed SDKs as part of the update" which in my understanding applies only when an app adds an SDK for the first time in an app update. What happens with SDK's that are not in this list? Should every single SDK an app uses to include the privacy manifest file?
Posted Last updated
.
Post marked as solved
2 Replies
11k Views
Hello dev community, i recently face an issue with Automatic signing and the new XCode 13. When i'm trying to use Automatic signing for my app and upload it to the AppStore via Organizer, i get the following errors: "Communication with Apple failed. You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support, https://developer.apple.com/support" "No profiles for '<bundle_id>' were found. Xcode couldn't find any iOS App Store provisioning profiles matching '<bundle_id'>." Manual signing works fine, looks like a bug to me cause it was working fine since Xcode 12.x Currently using: Xcode Version 13.0 (13A233). Mac 11.6
Posted Last updated
.