This repository contains the AdMob mediation adapter for iOS, distributed as a prebuilt XCFramework. It supports both Swift Package Manager and CocoaPods.
- iOS 12.0 or later
- Xcode 16.0 or later
- Google Mobile Ads SDK
- Open Xcode
- Go to File → Add Packages
- Enter the repository URL:
https://github.com/Moola-Network-Developer/Ad4App-AdMobMediationAdapter.git - Select the version you want (for example,
Up to Next Major Version 1.0.0)
Note
This adapter depends on Google Mobile Ads SDK. Please add it separately using Swift Package Manager:https://github.com/googleads/swift-package-manager-google-mobile-ads.git
- Add the following line to your
Podfile:pod 'MoolaNetworkAdMobMediationAdapter', '~> 1.0'
- Then run:
pod install
Note
This adapter depends on Google Mobile Ads SDK. CocoaPods will automatically install the required dependency:pod 'Google-Mobile-Ads-SDK'