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 missing privacy tracking fields in manifest #362

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

keelerm84
Copy link
Member

The documentation seems to suggest you should set all 4 of these fields. So I'm doing that for completeness.

@keelerm84 keelerm84 requested a review from a team April 1, 2024 18:24
Copy link

This pull request has been linked to Shortcut Story #238604: Fix privacy manfiest packaging.

@@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
Copy link
Member

Choose a reason for hiding this comment

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

If you set NSPrivacyTracking to true then you need to provide at least one internet domain in NSPrivacyTrackingDomains; otherwise, you can provide zero or more domains.

Is this meant to be for analytic events?

Copy link

@rsoberano-ld rsoberano-ld Apr 2, 2024

Choose a reason for hiding this comment

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

I think we should be okay here, the definition of tracking from the site doesn't seem to apply to analytics events:

Tracking refers to the act of linking user or device data collected from your app with user or device data collected from other companies’ apps, websites, or offline properties for targeted advertising or advertising measurement purposes. Tracking also refers to sharing user or device data with data brokers.

Copy link
Member

Choose a reason for hiding this comment

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

I misread the other property.

@keelerm84 keelerm84 merged commit 7439997 into v9 Apr 2, 2024
4 checks passed
@keelerm84 keelerm84 deleted the mk/sc-238604/missing-privacy-fields branch April 2, 2024 17:34
@github-actions github-actions bot mentioned this pull request Apr 2, 2024
keelerm84 pushed a commit that referenced this pull request Apr 2, 2024
🤖 I have created a release *beep* *boop*
---


##
[9.6.1](9.6.0...9.6.1)
(2024-04-02)


### Bug Fixes

* Add missing privacy manifest resource for SPM
([#360](#360))
([48f06cf](48f06cf))
* Add missing privacy tracking fields in manifest
([#362](#362))
([7439997](7439997))
* Add objective-c binding for `LDConfig.logger`
([#365](#365))
([eae8d78](eae8d78))
* Deprecate calling `start` without a timeout parameter
([#364](#364))
([65d88a4](65d88a4))
* Use resource_bundle for privacy manifest in podspec
([#361](#361))
([971a4c4](971a4c4))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>
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.

5 participants