Vendor Consent
Handle consent using AATKit vendor consent
Last updated
Handle consent using AATKit vendor consent
Last updated
You should consider using AATKitâs Vendor Consent, in case you want to utilize a CMP that AATKit has not yet adapted with its ManagedConsent. In that case, you might want to pass individual consents (coming from your CMP) to specific non-IAB compliant ad networks/vendors.
To use it, you should pass an instance to the object while initializing AATKit. The vendor consent instance should be initialized with an object implementing .
Vendor Consent will also automatically read the IAB consent string stored (by third-party CMP) in NSUserDefaults (if available). This means that the value returned by getConsentForAddApptr
will only be used if there is no IAB TCF2.0 consent stored.