launchdarkly / ios-client-sdk

LaunchDarkly Client-side SDK for iOS (Swift and Obj-C)
https://docs.launchdarkly.com/sdk/client-side/ios
Other
68 stars 82 forks source link

This is a rudimentary update that adds a Privacy Manifest, as well as… #299

Closed Tim-LaunchDarkly closed 11 months ago

Tim-LaunchDarkly commented 11 months ago

… some basic language to our Readme.

From a privacy standpoint, the manifest considers the base case of utilizing our sdk with just a user key, which necessarily identifies the device uniquely. As such, the manifest suggests we utilize the user id, linking it to identity, and using it for tracking (as the LD product does track what key the user received).

We are utilizing it for Product personalization, app functionality, and Analytics.

Disclaimer- I don't really do any ios sdk development, and I barely know what I'm doing. I had to download XCode 15 beta to get the new PrivacyInfo file type. Things I do not know:

  1. Any kind of extra work that needs to be done to iterate versions or build it or anything like that. I just made the manifest file as I thought I should
  2. English- I made a readme change, probably could use some copy review.

Suggested reviewers

Requirements

Related issues

Provide links to any issues in this repository or elsewhere relating to this pull request.

Describe the solution you've provided

Provide a clear and concise description of what you expect to happen.

Describe alternatives you've considered

Provide a clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context about the pull request here.

louis-launchdarkly commented 11 months ago

Thank you for getting this going! A small clarification for other people reviewing this - in the upcoming release, the automatic environment attribute is a required selection, so the base case will be a user key and either On or Off of the automatic environment attribute feature, as we want the customer to mindfully either include or exclude that information.

louis-launchdarkly commented 11 months ago

Reopen in the private repo for more discussion first.