-
Notifications
You must be signed in to change notification settings - Fork 75
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
[Feature] Anonymous User Tracking #764
base: master
Are you sure you want to change the base?
Conversation
merge all other AUT branch code
Append user data along with track session data with userid as UUID
@@ -663,6 +736,9 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider { | |||
networkSession = dependencyContainer.networkSession | |||
notificationStateProvider = dependencyContainer.notificationStateProvider | |||
localStorage = dependencyContainer.localStorage | |||
//localStorage.userIdAnnon = nil // remove this before pushing the code (only for testing) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to remove this code?
bug fixes with double values having trailing zeros
… statements for track functions
…nUser-JWT-when-calling-merge Added support for fetching new JWT prior to calling merge
[MOB-10089] renaming to setVisitorUsageTracked
[MOB-10093] final cleanup
[MOB-10120] remove anon user markdown files
[MOB-10126] adds clearVisitorEventsAndUserData method
[MOB-10136] clears local storage when replay is false
[MOB-10114] prepares for AUA beta release
Hi all - https://github.com/Iterable/iterable-swift-sdk/releases/tag/6.6.0-beta1 claims to contain anonymous user support, but it actually doesn't contain much new in comparison to the previous release. Looks like maybe this PR needs to be merged first? |
…ta2-release [MOB-10367] update pointers and changelog
🔹 Jira Ticket(s)
✏️ Description