Description
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?
Reproduction
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
No PrivacyInfo.xcprivacy found
Environment
Please provide the following:
- Version of this library used:
master
- Version of the platform or framework used, if applicable:
- Other relevant versions (language, server software, OS, browser):
- Other modules/plugins/libraries that might be involved:
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.xcprivacyfoundEnvironment
master