Conversation
Codecov Report
@@ Coverage Diff @@
## dev-v3.0.3 #41 +/- ##
=============================================
Coverage ? 89.93%
=============================================
Files ? 13
Lines ? 1082
Branches ? 0
=============================================
Hits ? 973
Misses ? 109
Partials ? 0 |
emdobrin
left a comment
There was a problem hiding this comment.
We should also add some integration tests with the other extensions, making sure the identities are reset accordingly and the new hits after reset contain the updated information.
…cess hit and dispatch response if the hit was queued after the resetIdentities event.
… get from systemInfoService in analyticsProperties.
| dispatchDefaultConfigAndIdentityStates() | ||
| waitForProcessing() | ||
|
|
||
| let analyticsProperties = analytics.analyticsProperties |
There was a problem hiding this comment.
Let us not check internals in functional tests.
There was a problem hiding this comment.
You can either check it in following requests or use getTrackingIdentifier/getVisitorIdentifier APIs
| dispatchDefaultConfigAndIdentityStates() | ||
| waitForProcessing() | ||
|
|
||
| let analyticsProperties = analytics.analyticsProperties |
There was a problem hiding this comment.
You can either check it in following requests or use getTrackingIdentifier/getVisitorIdentifier APIs
AEPAnalytics/Sources/Analytics.swift
Outdated
| private var analyticsState: AnalyticsState | ||
|
|
||
| #if DEBUG | ||
| var analyticsProperties: AnalyticsProperties |
There was a problem hiding this comment.
Can we revert this if we are not accessing these two vars outside this class?
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: