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

SetIdentity() is not working correctly on Windows #123

Open
chanhphamgamedev opened this issue Dec 20, 2022 · 0 comments
Open

SetIdentity() is not working correctly on Windows #123

chanhphamgamedev opened this issue Dec 20, 2022 · 0 comments
Labels
bug Something isn't working needs-triage

Comments

@chanhphamgamedev
Copy link

Describe the bug

The Developer Identity of events is not changed on Branch Dashboard after calling logout() / setIdentity():

image

The Developer Identity of new events still appears as 1001479 even if I already call logout() and set another identity (1001478).
This issue happens on both v1.2.4 and v2.0.0
I try testing on TestBed and it has the same issue.
I implemented the same workflow on Android and it's working fine.

You can check my logs here:
branch.log

Steps to reproduce

  1. call logout()
  2. call setIdentity() to set another identity
  3. send a new event

=> the new event appears on Branch Dashboard with the old Identity.

Expected behavior

The Developer Identity should be updated after calling logout() / setIdentity():

SDK Version

2.0.0

OS Version

11

OS Build

10.0.22623 Build 22623

Additional Information/Context

No response

@chanhphamgamedev chanhphamgamedev added bug Something isn't working needs-triage labels Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage
Projects
None yet
Development

No branches or pull requests

1 participant