The AppLovin MAX Smaato mediation adapter for iOS, distributed via Swift Package Manager.
- iOS 13.0+
- Xcode 15.0+
- AppLovin MAX iOS SDK 13.0.0+
- In Xcode, choose File > Add Package Dependencies…
- Enter the repository URL:
https://github.com/AppLovin/AppLovin-MAX-Swift-Package-Smaato - Select Exact Version and enter the encoded version (e.g.
23010000.0.0for adapter version23.1.0.0). - Add the
AppLovinMediationSmaatoAdapterproduct to your app target.
dependencies: [
.package(
url: "https://github.com/AppLovin/AppLovin-MAX-Swift-Package-Smaato.git",
exact: "23010000.0.0"
)
]AppLovinSDK(>= 13.0.0)SmaatoSDK(pinned to the version certified for this adapter release)