How can I check if PrivacyInfo has been added to IPA?
Organizer->Generate Privacy Report
Post
Replies
Boosts
Views
Activity
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.
yes, ios will block network access to listed domains. you can verify this yourself locally.
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.