Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rudreshway opened this issue Feb 22, 2024 · 1 comment

Comments

@rudreshway
Copy link

rudreshway commented Feb 22, 2024

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

@rudreshway rudreshway changed the title Facebook Adapter Not Ready re-Opened FacebookMediationAdapter -No such adapter in the application - iOS Facebook Adapter Not Ready Re-Opened FacebookMediationAdapter -No such adapter in the application - iOS Feb 22, 2024
@mahmut-salih-cicek
Copy link

Anything update??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants