iOS
Including the AdMob/GAM Adapter for iOS into your app
Update your podfile to include the MobileFuse AppLovin MAX Mediation Adapter:
source 'https://github.com/CocoaPods/Specs.git'
target 'My Project' do
pod 'MobileFuseAdMobAdapter', '<<adapterVersionAdmobiOS>>'
end
Run pod install
or pod update
as appropriate.
Set up data privacy and initialize the SDK
The iOS AdMob/GAM adapter requires that you initialize the SDK manually, complete the following steps from the iOS SDK integration guide:
Updated almost 2 years ago