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
Provide a clear and concise description of the issue, including what you expected to happen.
Apple recently updated their Program Licence Agreement to add enforcement behind the new Privacy Report available in xcode (Section 3.3.9). Part of this requires SDK's to report any data collected or used using a privacy manifest as described here: https://developer.apple.com/documentation/bundleresources/describing_data_use_in_privacy_manifests
As far as I can tell, this is optional if the SDK does not contain any privacy-impacting operations/actions.
Can you confirm that this SDK does not require one?
Detail the steps taken to reproduce this error, what was expected, and whether this issue can be reproduced consistently or if it is intermittent. Where applicable, please include: Code sample to reproduce the issue Log files (redact/remove sensitive information) Application settings (redact/remove sensitive information) Screenshots
Detail the steps taken to reproduce this error, what was expected, and whether this issue can be reproduced consistently or if it is intermittent.
Where applicable, please include:
No PrivacyInfo.xcprivacy found
PrivacyInfo.xcprivacy
Please provide the following:
master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Apple recently updated their Program Licence Agreement to add enforcement behind the new Privacy Report available in xcode (Section 3.3.9). Part of this requires SDK's to report any data collected or used using a privacy manifest as described here: https://developer.apple.com/documentation/bundleresources/describing_data_use_in_privacy_manifests
As far as I can tell, this is optional if the SDK does not contain any privacy-impacting operations/actions.
Can you confirm that this SDK does not require one?
Reproduction
No
PrivacyInfo.xcprivacy
foundEnvironment
master
The text was updated successfully, but these errors were encountered: