Step 1: Get Started

Dependency Resolution Management

Swift Package Manager

To install AppConsentUnified using Swift Package Managerarrow-up-right you can follow the tutorial published by Applearrow-up-right 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-unifiedarrow-up-right

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