You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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
We are getting this below error Facebook Adapter Not Ready
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]
@malandr2 @j3k0. @gypsicoder @callMeMakerRen. @maninomula please help us
The text was updated successfully, but these errors were encountered: