SFBX (AppConsent) CMP
Handle consent using SFBX AppConsent platform
Last updated
Handle consent using SFBX AppConsent platform
Last updated
Integrate SFBX (AppConsent):
Cocoapods:
Add pod 'AATKit/AppConsentCMP'
to your Podfile.
Swift Package Manager:
Follow the same SPM steps .
Repeat the last step, and add AATKit-AppConsentCMP
.
Create an instance of AATCMPAppConsent
.
Pass the created AATCMPAp
instance while initializing the AATManagedConsent using the public init?(cmp: AATCMPProtocol?, delegate: AATManagedConsentDelegate)
method.
Make sure, your SFBX CMP has been set up at its backend dashboard. Please also refer to your .
Follow the instructions in the Managed Consent .