SFBX (AppConsent) CMP

Handle consent using SFBX AppConsent platform

Requirements

  • Integrate SFBX (AppConsent):

    • Cocoapods:

      • Add pod 'AATKit/AppConsentCMP' to your Podfile.

    • Swift Package Manager:

      • Follow the same SPM steps herearrow-up-right.

      • Repeat the last step, and add AATKit-AppConsentCMP.

Make sure, your SFBX CMP has been set up at its backend dashboard. Please also refer to your SFBX AppConsent documentationarrow-up-right.

Usage

Follow the instructions in the Managed Consent introduction section.

  • Create an instance of AATCMPAppConsent.

  • Pass the created AATCMPAp instance while initializing the AATManagedConsent using the public init?(cmp: AATCMPProtocol?, delegate: AATManagedConsentDelegate) method.

Last updated