For the complete documentation index, see llms.txt. This page is also available as Markdown.

Step 2: Basic Integration


How to use AppConsentUnified

1. Get your AppKey

On AppConsent configuration interface https://app.appconsent.io, create your unified SDK source.

Then create your notice and retrieve your generated YOUR_APP_KEY

2. Initialise AppConsentUnified

The second step is to initialise the SDK Our AppConsentUnified iOS SDK supports the following target:

  • iOS, (iPhone, iPad and macOS through mac Catalyst) minimum deployment target 13.0

Our AppConsentUnified framework is built in Swift and UIKit, and supported integration within a Swift and Objective-C app. It is possible to use within a SwiftUI app following various approaches (one of them is in the example below)

INFO

In the example below, the code focuses on using the SDK exclusively.

Last updated