Replies: 1 comment 3 replies
-
Hi, you'll need to distinguish between default behavior and behavior with a specified user ID here. By default, the TelemetryDeck SDKs will generate a user ID for you based on the However, you can set your own user identifier, like the email address or internal user ID or login name of the user. This will be salted and hashed on device before passing it on to the server. Since your user uses the same email address regardless of the device, the generated ID will be the same as well. If your app doesn't have login or something similar, you could also generate a random UIUD, sync that via iCloud or CloudKit, and then use the same ID in all instances of the app. This will also result in the user being recognized between various instances of the app. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I understand TelemetryDeck's focus on privacy, and that it uses device identification as a base to identify users by default. I have three questions:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions