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

Added setID method for changing device ID on the device ID type. #309

Merged
merged 3 commits into from
Jun 12, 2024

Conversation

ijunaid
Copy link
Contributor

@ijunaid ijunaid commented Jun 6, 2024

No description provided.

Copy link
Contributor

@turtledreams turtledreams left a comment

Choose a reason for hiding this comment

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

awesome!
Tests validates device ID change.
But lets also add a validation for 'how' the device ID changes (merge or non merge).
For that we would have to check the request queue and see if there is the merge requests.
Also we can check if consents are revoked, session ended etc.

@@ -228,7 +228,7 @@ - (void)startWithConfig:(CountlyConfig *)config
CountlyCrashReporter.sharedInstance.isEnabledOnInitialConfig = YES;
[CountlyCrashReporter.sharedInstance startCrashReporting];
}

Copy link
Member

Choose a reason for hiding this comment

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

why so sudden line tabs?

@turtledreams turtledreams merged commit 4dd4bd4 into staging Jun 12, 2024
1 of 2 checks passed
@turtledreams turtledreams deleted the setID branch June 12, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants