Debugging the CMP
Consents are saved in a shared (at APP level) preference on the mobile phone. This way, they can be read by all the SDK installed in the APP.
The process is the following:
CMP SDK is initiated
According to CMP Decisional Flow the SDK decide whether to show Consent Dialog or not
Should the CMP Dialog be presented, a. deep link with the
consent://
protocol is generatedThe deep link is handled by the CMP SDK that save the preferences in the
APP shared preferences
Last updated
Was this helpful?