We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because of the upcoming Privacy Manifest changes, we've been forced to update to 2.6.17, however the PrivacyInfo.xcprivacy is invalid.
The NSPrivacyTrackingDomains is populated but NSPrivacyTracking is not set to true, which is required.
NSPrivacyTrackingDomains
NSPrivacyTracking
true
For more details, see Apple's documentation on privacy manifest files: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files.
Expected Fix: Update the PrivacyInfo.xcprivacy file to set NSPrivacyTracking to true when NSPrivacyTrackingDomains is populated.
PrivacyInfo.xcprivacy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Because of the upcoming Privacy Manifest changes, we've been forced to update to 2.6.17, however the PrivacyInfo.xcprivacy is invalid.
The
NSPrivacyTrackingDomains
is populated butNSPrivacyTracking
is not set totrue
, which is required.For more details, see Apple's documentation on privacy manifest files: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files.
Expected Fix: Update the
PrivacyInfo.xcprivacy
file to setNSPrivacyTracking
totrue
whenNSPrivacyTrackingDomains
is populated.The text was updated successfully, but these errors were encountered: