Add query operation update to consent requests#243
Add query operation update to consent requests#243emdobrin merged 4 commits intoadobe:feature/adidConsentfrom
Conversation
kevinlind
left a comment
There was a problem hiding this comment.
Nice! I'm not finding any faults with this.
Codecov Report
@@ Coverage Diff @@
## dev #243 +/- ##
==========================================
+ Coverage 94.48% 94.52% +0.03%
==========================================
Files 27 27
Lines 979 985 +6
==========================================
+ Hits 925 931 +6
Misses 54 54 |
|
@kevinlind thanks for reviewing.
I am inclined towards the first one, let me know your thoughts. |
I'm inclined to the first option as well. However, I'd like to know more about change adobe/aepsdk-edgeconsent-ios#43 to see if we can simply remove the AEPEdge dependency from the AEPEdgeConsent podspec. |
|
Even though there is no hard dependency on the Edge extension APIs, the Consent extension relies on the Edge functionality for handling the consent updates. Any new feature or improvement to support the Consent workflows will require a bump in this dependency, and I think the dependency link is still required for better version management. |
Description
MOB-15907 - Adds query operation update setting to all consent requests in preparation for incremental updates for adid consent.
Related Issue
Motivation and Context
The query option is required to overwrite the default behavior in Edge Network where collect consent is required with the consent preferences. This allows for other consent preferences to be collected earlier in the application lifecycle, while the default collect settings may be used.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: