[MOB-15980] Fixed getTrackingIdentifier and getVisitorIdentifier to return nil string and not return unexpected error when aid vid values are not found.#62
Conversation
…eturn nil string and not return unexpected error when aid vid values are not found.
… 11.2.1 Xcode is no longer supported by Circle CI.
Codecov Report
@@ Coverage Diff @@
## dev-v3.0.4 #62 +/- ##
===============================================
+ Coverage 55.92% 90.21% +34.29%
===============================================
Files 14 14
Lines 1107 1113 +6
===============================================
+ Hits 619 1004 +385
+ Misses 488 109 -379 |
|
I am considering an alternative solution, to modify getSharedState to include empty values when aid/vid are not available, so the shared state and response identity event shares the keys verbosely like: This option is also in line with Android and ACP versions. @kevinlind @addb thoughts? |
Honestly, I prefer to filter out null/empty values from the EventData. I think the Swift implementation actually corrects the C++ implementation, so I'd like to leave the shared state as it is. |
I am also of the opinion to not share empty values and instead have nil. |
|
Sounds good, let's make sure the shared state/response event docs are up to date too. |
emdobrin
left a comment
There was a problem hiding this comment.
Looks good with a small suggestion
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: