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 'AppLovinMediationMobileFuseAdapter'
end
Run pod install
or pod update
as appropriate.
Updated 6 days ago