Skip to main content

Installation

This guide covers installing the Privacy Boost iOS SDK in your project.

Requirements

  • iOS 13.0+
  • Xcode 14+
  • Swift 5.7+

Swift Package Manager

Using Xcode

  1. Open your project in Xcode
  2. Go to File > Add Package Dependencies…
  3. Enter the repository URL:
  4. Select version requirements (e.g., “Up to Next Major Version” from 0.1.0)
  5. Click Add Package
  6. Select your target and click Add Package

Using Package.swift

Add the dependency to your Package.swift:

Verifying Installation

After installation, verify the SDK is working:

Next Steps