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:

  1. CMP SDK is initiated

  2. According to CMP Decisional Flow the SDK decide whether to show Consent Dialog or not

  3. Should the CMP Dialog be presented, a. deep link with the consent:// protocol is generated

  4. The deep link is handled by the CMP SDK that save the preferences in the APP shared preferences

Last updated

Was this helpful?