AppLovinSDK

12.4.1

AppLovin-MAX-Swift-Package
AppLovin/AppLovin-MAX-Swift-Package

What's New

12.4.1

2024-04-05T21:03:25Z

12.4.1

AppLovin MAX iOS SDK

AppLovin MAX iOS SDK for Swift Package Manager.

Installation

The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

To integrate the AppLovin MAX SDK into your Xcode project using Swift Package Manager:

  1. Add it to the dependencies of your Package.swift:
dependencies: [
    .package(url: "https://github.com/AppLovin/AppLovin-MAX-Swift-Package.git", .upToNextMajor(from: "10.3.6"))
]
  1. Enable the -ObjC flag in Xcode: click on your project settings, go to Build Settings, search for Other Linker Flags and add -ObjC.

Check out our integration docs for more info on getting started with the AppLovin MAX SDK.

Note, this Swift package only includes the main AppLovin MAX SDK. We currently do not support installing MAX mediation network adapters using Swift Package Manager.

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Fri Apr 12 2024 01:08:20 GMT-0900 (Hawaii-Aleutian Daylight Time)