--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/d8OEsg-P7Oo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm using google play services ads, 10.2.4.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
'com.google.firebase:firebase-ads:11.2.0'
'com.inmobi.monetization:inmobi-ads:6.2.2'
if (mAd.isLoaded()) {
mAd.show();
}check if the Rewarded Ad is loaded first not helped me I already using that.
Thanks,
Ajesh
public void onPause() {
super.onPause();
mRewardedVideoAd.pause(this);
}
private void showRewardedVideo() {
if (mRewardedVideoAd.isLoaded())
mRewardedVideoAd.show();
}
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/d8OEsg-P7Oo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/02461743-822d-42cf-bd6f-db91eec857f9%40googlegroups.com.
We met the same issue. Admob sdk 11.8.0 ,Facebook sdk 4.27.0