-
Notifications
You must be signed in to change notification settings - Fork 232
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
SDK-2061 request payload refactor #1295
Conversation
# Conflicts: # BranchSDK/BranchOpenRequest.m
# Conflicts: # Branch-TestBed/Branch-TestBed.xcodeproj/project.pbxproj
…ents. Also separate IDFA check to make testing easier.
@@ -817,23 +803,6 @@ - (void) setInvokeRegisterApp:(BOOL)invoke { | |||
} | |||
} | |||
|
|||
- (BOOL) useEUServers { |
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.
@echo-branch Is this property not persistent?
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.
I was thinking it would be set on app launch, either in code or config file.
# Conflicts: # Branch-TestBed/Branch-SDK-Tests/BranchInstallRequestTests.m # Branch-TestBed/Branch-SDK-Tests/BranchOpenRequestTests.m # Branch-TestBed/Branch-TestBed.xcodeproj/project.pbxproj # BranchSDK/BranchInstallRequest.m # BranchSDK/BranchOpenRequest.m
… need to follow up.
Codecov Report
@@ Coverage Diff @@
## master #1295 +/- ##
==========================================
- Coverage 51.73% 50.48% -1.26%
==========================================
Files 74 68 -6
Lines 10663 10106 -557
Branches 4121 3889 -232
==========================================
- Hits 5517 5102 -415
+ Misses 4894 4758 -136
+ Partials 252 246 -6
|
Reference
SDK-2061 Request payload refactor
Summary
Refactored server request generation out of BNCServerInterface to simplify data collection rules and enforcement.
Motivation
Existing data collection is split across several classes, this made it challenging to enforce data collection rules based on different privacy settings.
Type Of Change
Testing Instructions
See testing notion doc and follow up JIRA tickets for details.
cc @BranchMetrics/saas-sdk-devs for visibility.