Closed noamfreeman closed 5 years ago
Seems that if i don't call RewardedVideoAd.destroy()
when the activity is destroyed, the problem does not show.
@noamfreeman I tried to reproduce your issue. Tested on Nexus, everything works for me and I even called RewardedVideoAd.destroy() when activity is destroyed. Still I can see onRewardedVideoAdClosed() and onRewardedVideoAdClosed() are being called. I am not sure why it happened to you. Feel free to attach the sample project which reproduce the issue, so that we can debug more.
@noamfreeman are you still facing the issue ?
yes. but things are OK if we don't call the RewardedVideoAd.distroy()
On Tue, Jan 8, 2019 at 8:55 PM spilaka notifications@github.com wrote:
@noamfreeman https://github.com/noamfreeman are you still facing the issue ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/googleads/googleads-mobile-android-mediation/issues/105#issuecomment-452411311, or mute the thread https://github.com/notifications/unsubscribe-auth/AjiZ8OhxS1-zVVmcMbocFGPyCkLnXVuwks5vBOmbgaJpZM4YxwUo .
-- Noam Freeman
Currently we are working on that issue. Next release will solve that issue. Thanks.
thanks!
On Wed, Jan 16, 2019 at 8:40 PM spilaka notifications@github.com wrote:
Currently we are working on that issue. Next release will solve that issue. Thanks.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/googleads/googleads-mobile-android-mediation/issues/105#issuecomment-454891929, or mute the thread https://github.com/notifications/unsubscribe-auth/AjiZ8LDIKEa2rqvoXyOybhPPPByEt14wks5vD3IYgaJpZM4YxwUo .
-- Noam Freeman
Hi! I'm integrating unityAds with adMob mediation. When the developer option
don't keep activities
is off everything goes fine. The Unity testAd shows and the reward is called. In contrast, when the option is on, the ad shows, and we get all expected unity logs:but the adMob
onRewardedVideoAdClosed()
andonRewarded(RewardItem rewardItem)
are never called.In the same configuration, with the same adUnits, when the AdMob-mediation-service decides to serves an AdMob ad, everything works, so i think my configuration is fine.
i'm using:
The problem occurs in various API levels and devices (samsung, pixel, xiaomi, nexus, emulators). Upgrading to the last
play-services-ads:17.1.1
does not help.