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

fix: add NSPrivacyCollectedDataTypes and NSPrivacyAccessedAPITypes to Privacy manifest #555

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

gre7if
Copy link

@gre7if gre7if commented Apr 17, 2024

Issue

Issue related to missing key in privacy manfiest: Missing an expected key: 'NSPrivacyCollectedDataTypes'

Description

This PR adds the collected data and accessed API sections in the privacy manifests.
This PR also fixes a problem with generating the privacy manifest report, without this PR, the privacy report shows errors expecting the CollectedDataType key to exist:
Снимок экрана 2024-04-17 в 19 59 40

To generate a privacy report, Archive the app which consumes the library, and then in Xcode -> Window -> Organizer -> Under Archives, right click on the archive -> Generate Privacy Report. The privacy report only shows tracking related information, thus with this change the privacy report will be an empty file.

@maxim-chipeev maxim-chipeev merged commit c7920e1 into Swinject:master Apr 22, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants