Skip to content
New issue

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

PrivacyInfo.xcprivacy is invalid #6

Open
Ahrentlov opened this issue Apr 29, 2024 · 0 comments
Open

PrivacyInfo.xcprivacy is invalid #6

Ahrentlov opened this issue Apr 29, 2024 · 0 comments

Comments

@Ahrentlov
Copy link

Ahrentlov commented Apr 29, 2024

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.

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.

Screenshot 2024-04-29 at 12 46 59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant