I followed the instructions Max Mediation Support but couldn't find the ALBigoAdsMediationAdapter in the check logs section, and the ads aren't showing.
Expected Behavior
Launch your app after finishing above steps and you can filter keyword of ALBigoAdsMediationAdapter within logcat and check logs of successful initialization of Bigo Ads SDK.
After BigoAds SDK being successfully initialized, send a request and display ad.
Displayed ad is BigoAds: filter the AppLovinSdk keyword, and check whether the log containing networkName='BigoAds' is output when the ad is displayed.
target 'UnityFramework' do
pod 'AmazonPublisherServicesSDK', '~> 4.7'
pod 'Amazon-SDK-Plugin', :path => '/Users/tuannv/Working/ImoProjects/Games/DevX-BobaTea/Assets/Amazon/Plugins/iOS'
pod 'AppLovinMediationAmazonAdMarketplaceAdapter', '~> 4.5'
pod 'AppLovinMediationBidMachineAdapter', '2.7.0.0.0'
pod 'AppLovinMediationByteDanceAdapter', '5.9.0.8.0'
pod 'AppLovinMediationFacebookAdapter', '6.15.0.0'
pod 'AppLovinMediationFyberAdapter', '8.2.8.0'
pod 'AppLovinMediationGoogleAdapter', '11.3.0.0'
pod 'AppLovinMediationGoogleAdManagerAdapter', '11.3.0.0'
pod 'AppLovinMediationInMobiAdapter', '10.7.2.0'
pod 'AppLovinMediationIronSourceAdapter', '8.0.0.0.0'
pod 'AppLovinMediationMintegralAdapter', '7.6.4.0.0'
pod 'AppLovinMediationUnityAdsAdapter', '4.11.3.0'
pod 'AppLovinMediationVungleAdapter', '7.3.2.0'
pod 'AppLovinMediationYandexAdapter', '7.0.0.0'
pod 'AppLovinSDK', '12.5.0'
pod 'AppsFlyer-AdRevenue', '6.9.1'
pod 'AppsFlyerFramework', '6.13.1'
pod 'bigo-ads-max-adapter', '4.2.3.0'
pod 'Firebase/Analytics', '10.15.0'
pod 'Firebase/Core', '10.15.0'
pod 'Firebase/Crashlytics', '10.15.0'
pod 'Firebase/Messaging', '10.15.0'
pod 'Firebase/RemoteConfig', '10.15.0'
pod 'Google-Mobile-Ads-SDK', '~> 11.3.0'
pod 'GoogleUserMessagingPlatform', '~> 2.1'
end
target 'Unity-iPhone' do
end
use_frameworks! :linkage => :static
MAX Plugin Version
6.5.2
Unity Version
2021.3.26f1
Device/Platform Info
iOS
Current Behavior
I followed the instructions Max Mediation Support but couldn't find the ALBigoAdsMediationAdapter in the check logs section, and the ads aren't showing.
Expected Behavior
How to Reproduce
Follow the instructions Max Mediation Support
Additional Info
source 'https://cdn.cocoapods.org/' source 'https://github.com/CocoaPods/Specs'
platform :ios, '13.0'
target 'UnityFramework' do pod 'AmazonPublisherServicesSDK', '~> 4.7' pod 'Amazon-SDK-Plugin', :path => '/Users/tuannv/Working/ImoProjects/Games/DevX-BobaTea/Assets/Amazon/Plugins/iOS' pod 'AppLovinMediationAmazonAdMarketplaceAdapter', '~> 4.5' pod 'AppLovinMediationBidMachineAdapter', '2.7.0.0.0' pod 'AppLovinMediationByteDanceAdapter', '5.9.0.8.0' pod 'AppLovinMediationFacebookAdapter', '6.15.0.0' pod 'AppLovinMediationFyberAdapter', '8.2.8.0' pod 'AppLovinMediationGoogleAdapter', '11.3.0.0' pod 'AppLovinMediationGoogleAdManagerAdapter', '11.3.0.0' pod 'AppLovinMediationInMobiAdapter', '10.7.2.0' pod 'AppLovinMediationIronSourceAdapter', '8.0.0.0.0' pod 'AppLovinMediationMintegralAdapter', '7.6.4.0.0' pod 'AppLovinMediationUnityAdsAdapter', '4.11.3.0' pod 'AppLovinMediationVungleAdapter', '7.3.2.0' pod 'AppLovinMediationYandexAdapter', '7.0.0.0' pod 'AppLovinSDK', '12.5.0' pod 'AppsFlyer-AdRevenue', '6.9.1' pod 'AppsFlyerFramework', '6.13.1' pod 'bigo-ads-max-adapter', '4.2.3.0' pod 'Firebase/Analytics', '10.15.0' pod 'Firebase/Core', '10.15.0' pod 'Firebase/Crashlytics', '10.15.0' pod 'Firebase/Messaging', '10.15.0' pod 'Firebase/RemoteConfig', '10.15.0' pod 'Google-Mobile-Ads-SDK', '~> 11.3.0' pod 'GoogleUserMessagingPlatform', '~> 2.1' end target 'Unity-iPhone' do end use_frameworks! :linkage => :static