Closed FTW-Khushal closed 2 days ago
Hi @FTW-Khushal , what version of Facebook mediation adapter are you using. Could you please try updating to the latest FB adapter along with our SDK and see if you still see the issue.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 5 days since being marked as stale.
I have implemented applovin native ad (manual) with Facebook mediation. Applovin test ads are working fine in debug apk but in live app it was crashing app i also attached an screenshot of an error
I tried to debug the problem myself and it's look like all the ads which come from applovin works well but because I have facebook mediation when applovin try to load facebook ads it was crashing the whole app
I found my app was crashing in below method of applovin sdk
public void onNativeAdLoaded(final MaxNativeAdView nativeAdView, final MaxAd ad)
becausenativeAdView
is nullI'm using
implementation 'com.google.ads.mediation:applovin:11.2.2.0'
and yes also tried the latest version and thisimplementation("com.applovin:applovin-sdk:+@aar")
too