-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: AMP-66570 added IdentifyInterceptor (#423)
* AMP-66570 added IdentifyInterceptor * AMP-66570 fix db helper upgrade tests for v3->3 and v3->4 * AMP-66570 include intercepted identify's in uploadEvents() * AMP-66570 code fixes, and added tests for IdenitfyInceptor. Still need to update AmplitudeTests.m * AMP-66570 fixed intercepted property merge to standard event * AMP-66570 added more tests * AMP-66570 enabled identifyinterceptor by default, fixed tests, special cased group events * AMP-66570 fix pr feedback * AMP-66570 fixed bug with group property check, fixed tests * AMP-66570 add test for calling setIdentifyUploadPeriodSeconds without client.initialize() * AMP-66570 fix tvOS and macOs tests * AMP-66570 add test for merging intercepted props with setGroup * AMP-66570 try increasing upload treshold to fix test on tvOs
- Loading branch information
1 parent
aead6e7
commit 0c7f0d4
Showing
18 changed files
with
1,188 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "amplitude/analytics-connector-ios" "v1.0.0" | ||
github "amplitude/analytics-connector-ios" "v1.0.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.