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: privacy info manifest set also in the PM config #112

Merged
merged 4 commits into from
Feb 26, 2024

Conversation

marandaneto
Copy link
Member

@marandaneto marandaneto commented Feb 23, 2024

💡 Motivation and Context

Fixes #111

CHecked all options here https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests

💚 How did you test it?

📝 Checklist

  • I reviewed the submitted code.
  • I added tests to verify the changes.
  • I updated the docs if needed.
  • No breaking change or entry added to the changelog.

@marandaneto marandaneto requested a review from a team February 23, 2024 21:08
@marandaneto
Copy link
Member Author

Screenshot 2024-02-23 at 22 35 16

<array>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeProductInteraction</string>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Such as app launches, taps, clicks, scrolling information, music listening data, video views, saved place in a game, video, or song, or other information about how the user interacts with the app.

</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeOtherUsageData</string>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any other data about user activity in the app.

Thinking about user screen, app opened and background, etc

@marandaneto marandaneto merged commit 3b2f03f into main Feb 26, 2024
6 checks passed
@marandaneto marandaneto deleted the fix/privacy_info_pm branch February 26, 2024 09:22
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.

Unable to see the privacy manifest using SPM
2 participants