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

Change the definition of device.id #1951

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bencehornak
Copy link

@bencehornak bencehornak commented Feb 27, 2025

Fixes #1874

Warning

This PR must be merged together with #1897 as they are highly related, dear maintainers, please add them to the same milestone.

Changes

I have given a new definition to device.id, which now truly identifies the device. It has been marked as opt-in though, as its usage is generally discouraged due to privacy implications, and should only be enabled in special cases, when it does not violate the privacy of the user.

The old definition of device.id is more-or-less covered by the proposed app.installation.id in #1897, which is recommended for general use instead of this, as it provides more privacy to the users.

Merge requirement checklist

@bencehornak bencehornak requested review from a team as code owners February 27, 2025 20:17
>
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply,
> ensure you do your own due diligence.
> See [`app.installation.id`](/docs/attributes-registry/app.md#app-installation-id) as a more privacy-preserving alternative.
Copy link
Author

@bencehornak bencehornak Feb 27, 2025

Choose a reason for hiding this comment

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

The markdown-link-check step fails at this step, because this file will only be available after #1897 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

device.id vs installation.id on Android and iOS
2 participants