iOS
Including the AppLovin MAX 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 'MobileFuseAppLovinAdapter'
endRun pod install or pod update as appropriate.
Updated 4 days ago