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', '<<adapterVersionAppLoviniOS>>'
end
Run pod install
or pod update
as appropriate.
Updated almost 2 years ago