-
Notifications
You must be signed in to change notification settings - Fork 79
[Feature] Unknown User Activation #764
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
base: master
Are you sure you want to change the base?
Conversation
@@ -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
Minmatch and single item matches done with test cases
[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
# Conflicts: # CHANGELOG.md # Iterable-iOS-AppExtensions.podspec # Iterable-iOS-SDK.podspec # swift-sdk.xcodeproj/project.pbxproj # swift-sdk/Core/Constants.swift # swift-sdk/Internal/InternalIterableAPI.swift # swift-sdk/Internal/IterableUserDefaults.swift # swift-sdk/Internal/Utilities/LocalStorage.swift # swift-sdk/SDK/IterableAPI.swift # swift-sdk/SDK/IterableConfig.swift # tests/common/MockLocalStorage.swift
Co-authored-by: Evan Greer <[email protected]> Co-authored-by: Joao Dordio <[email protected]>
Co-authored-by: Megha <[email protected]> Co-authored-by: Evan Greer <[email protected]>
# Conflicts: # Iterable-iOS-AppExtensions.podspec # Iterable-iOS-SDK.podspec # swift-sdk/Internal/InternalIterableAPI.swift # swift-sdk/SDK/IterableAPI.swift
Co-authored-by: Evan Greer <[email protected]>
# Conflicts: # Iterable-iOS-AppExtensions.podspec # Iterable-iOS-SDK.podspec # swift-sdk.xcodeproj/project.pbxproj # swift-sdk/Internal/AuthManager.swift # swift-sdk/SDK/IterableAPI.swift
0aedce3
to
eefbf17
Compare
b167fd6
to
eefbf17
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #764 +/- ##
===========================================
- Coverage 85.19% 69.67% -15.52%
===========================================
Files 91 109 +18
Lines 6301 8842 +2541
===========================================
+ Hits 5368 6161 +793
- Misses 933 2681 +1748 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…iOS SDK (#922) Co-authored-by: Joao Dordio <[email protected]> Co-authored-by: Evan Takeo Kanaiaupuni Greer <[email protected]> Co-authored-by: Evan Greer <[email protected]>
Co-authored-by: Evan Greer <[email protected]>
Co-authored-by: Evan Greer <[email protected]>
Co-authored-by: Evan Greer <[email protected]>
…etes" This reverts commit 62bcd84.
Co-authored-by: Evan Greer <[email protected]>
🔹 Jira Ticket(s)
✏️ Description