AppLovin / AppLovin-MAX-Unity-Plugin

127 stars 35 forks source link

Validate Bigo Ads with Max Mediation Support fail #378

Closed tuanpm-monsterstudio closed 1 month ago

tuanpm-monsterstudio commented 6 months ago

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