Post

Replies

Boosts

Views

Activity

Reply to Privacy Manifest for main app that incorporates SDKs via CocoaPods and SPM
the SDKs need to embed their own PrivacyManifest.xcprivacy, as does your app. When the PrivacyReport is generated from the app Archive, it will scan all embedded PrivacyManifest.xcprivacy's to generate its report.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to NSPrivacyTrackingDomains crash information when user rejects tracking.
yes, ios will block network access to listed domains. you can verify this yourself locally.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Which keys to provide for Privacy Manifest ?
the same document has your answer: f you set NSPrivacyTracking to true then you need to provide at least one internet domain in NSPrivacyTrackingDomains; otherwise, you can provide zero or more domains.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Tracking domains in privacy manifest still causing faults in network capture
How can I check if PrivacyInfo has been added to IPA? Organizer->Generate Privacy Report
Replies
Boosts
Views
Activity
Feb ’24
Reply to Xcode 16 RC validate build bitcode error
Rebuilding is the preferred solution over running shell scripts to just strip the bitcode Actually the preferred solution would be for the linker to strip bitcode sections if ENABLE_BITCODE=NO, so nobody would have to deal with requesting 3rdparty frameworks be updated.
Replies
Boosts
Views
Activity
Jun ’25