googleads / googleads-mobile-android-mediation

Sample Android project showcasing how to build a mediation adapter or custom event for the Google Mobile Ads SDK.
Apache License 2.0
241 stars 197 forks source link

Facebook Adapter Not Ready Re-Opened FacebookMediationAdapter -No such adapter in the application - iOS #511

Open rudreshway opened 6 months ago

rudreshway commented 6 months ago

IMG_2615 We are getting this below error Facebook Adapter Not Ready

 GADMobileAds *ads = [GADMobileAds sharedInstance];
     [ads startWithCompletionHandler:^(GADInitializationStatus *status) {
       // Optional: Log each adapter's initialization latency.
       NSDictionary *adapterStatuses = [status adapterStatusesByClassName];
       for (NSString *adapter in adapterStatuses) {
         GADAdapterStatus *adapterStatus = adapterStatuses[adapter];
         NSLog(@"Adapter Name: %@, Description: %@, Latency: %f", adapter,
               adapterStatus.description, adapterStatus.latency);
       }
       // Start loading ads here...
     }];

WebContent process (0x1170180c0) took 1.1217 seconds to launch
Adapter Name: com.google.ads.mediation.facebook.FacebookMediationAdapter, Description: <GADAdapterStatus: 0x28240cc80; state = Not Ready;No such adapter in the application.>, Latency: 0.0000
Adapter Name: GADMobileAds, Description: <GADAdapterStatus: 0x28240d380; state = Ready>, Latency: 0.0147
GADMobileAds: {
GADMobileAds = "<GADAdapterStatus: 0x28240d380; state = Ready>";
"com.google.ads.mediation.facebook.FacebookMediationAdapter" = "<GADAdapterStatus: 0x28240cc80; state = Not Ready;No such adapter in the application.>";
}. in iOS we are getting this error
versions are

GoogleMobileAdsMediationFacebook (6.14.0.0) Google-Mobile-Ads-SDK (10.11.0) GoogleMobileAdsMediationInMobi (10.6.0.0) FBAudienceNetwork (6.14.0) FBSDKCoreKit (16.3.1) Xcode: 15.0.1 OS: iOS Native platform. please help us I have done all setup and as well adding SKAdNetworkItems for respectively on google ad InMobi as well Facebook respectively [These are my adapters inMob and Meta] Screenshot 2024-02-22 at 2 39 44 PM

@malandr2 @j3k0. @gypsicoder @callMeMakerRen. @maninomula please help us