TelemetryDeck / Issues

When something is wrong in TelemetryDeck-Land, or if you have a cool idea how to make things better, this is the place to create an Issue.
https://telemetrydeck.com
36 stars 0 forks source link

[KotlinSDK] User Identifier is still the same even when opening the app from a different device #308

Open MichaelReyes opened 10 months ago

MichaelReyes commented 10 months ago

Opened the app on both a real device and an emulator. We're expecting that signals from emulator and the real device have different userId, but as per checking, it's always the same.

Emulator

Screenshot 2023-11-02 at 11 11 28 PM

Real Device

Screenshot 2023-11-02 at 11 11 06 PM

trying setting value for defaultUser on TelemetryManager.Builder but doesn't work and cannot see the value I set for this field anywhere on the dashboard signal viewer.

Thanks in advance for your help.

Thanks.