The AppLovin MAX PubMatic OpenWrap 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-PubMatic - Select Exact Version and enter the encoded version (e.g.
5010100.0.0for adapter version5.1.1.0). - Add the
AppLovinMediationPubMaticAdapterproduct to your app target.
dependencies: [
.package(
url: "https://github.com/AppLovin/AppLovin-MAX-Swift-Package-PubMatic.git",
exact: "5010100.0.0"
)
]AppLovinSDK(>= 13.0.0)OpenWrapSDK(pinned to the version certified for this adapter release)