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

Step 1: Get Started

Dependency Resolution Management

Swift Package Manager

To install AppConsentUnified using Swift Package Manager you can follow the tutorial published by Apple using the URL for this repo with the current version:

  1. In Xcode, select “File” → “Add Packages...”

or you can add the following dependency to your Package.swift:

.package(url: "https://gitlab.datalf.chat/customers/appconsent-ios-unified.git", from: "1.0.0" )

and add it to your target like this:

dependencies: [
  .package(url: "https://gitlab.datalf.chat/customers/appconsent-ios-unified.git", from: "1.0.0")
]

Drag & Drop XCFramework

Download AppConsentUnified XCFramework from the AppConsentUnified repository.

AppConsentUnified https://gitlab.datalf.chat/customers/appconsent-ios-unified

In General tab of your application target, drag and drop the AppConsentUnified.xcframework in Frameworks, Libraires and Embedded Content. Make sure the XCFrameworks are Embed & Sign.

Last updated