Admob rewarded video bug

Hello.

I’ve got a problem with Admob rewarded videos. At the end of the rewarded video all I can see is a black screen instead of the dialog to close this ad. Closing dialog only appears after I lock and then unlock my device.

Has anyone encountered such a problem?

Video from device: https://drive.google.com/file/d/1bkE83ps1BYCebBfiOXe_xzQrdRHluGbQ/view?usp=sharing

And another video: https://drive.google.com/file/d/1HfjpTR5KzkAwyyFiMeCu9klSRvzxJ3q1/view?usp=sharing

Yes I have the same problem past few days.  Do you see this in non-Corona games?

In non-Corona games we have no problem.

I’ve reached out to my Google account manager and things changed this week which has clearly broken the AdMob plugin.

It doesn’t help that the SDK is many versions out of date!

Corona need to urgently fix the issue.

bump!

I’m working on adding AdMob’s rewardedVideo to a client’s app in the next few days. Are there any updates on this?

No fix until 64 bit is finished… so at least 1 -2 months I’d say.

damn did not know about this til i read this… just checked my apps same thing…

Developers we need an update…

Guys we are working on this as fast as we humanly can. AdMob will be addressed after Google 64-bit. By switching to Gradle builds for Google, it will make our plugin dependency not a nightmare any longer.

Rob

I too use AdMob. 

Out of interest - are normal interstitial ads unaffected? I do not use rewarded video - just ordinary (static and video) interstitial ads.

Thanks! :slight_smile:

Same problem with Admob.

Black screen after Rewarded.

Interstitial closes trying to load when displayed. Loading must be done when admob interstitial is closed now.

Hi Rob

I’m working with admob rewarded videi, any fix it?

Thanks for help

Not yet!

Thank Rob for trying to fix it.

How long we can integrate admob rewarded video for our game?

This is a real bummer as I have built an educational game with the idea that video reward ads are the only monetization.  I don’t want to show any ads to kids, so the monetization is through the parent’s section.  The inability to show rewarded video pretty much shuts this down.  I’m avoiding IAP in the app as well.  

Another issue: I just purchased the AdMob plugin solely for this purpose, so I spent $200 on something that doesn’t work for me.  I’ve bought the plug-in in the past for games that had ads, but it had expired.  If it is going to take a couple of months, perhaps I can get a refund or have my subscription extended by a couple of months.

This is a moving issue. We have to do Android 64-bit ASAP. We have to move to Android SDK 28 ASAP. This requires updating a lot of plugins. Updating to the very latest, means changing something else in our build process that’s causing problems. All support libraries are updated to June 16, 2018.  As far as I know this includes AdMob. 

Here’s the catch, to use the new support libraries you have to be using a new 64-bit version of Corona for Android. That’s in a limited testing phase right now, but you could, certainly test against it. (You’re going to have to use it by August 1 anyway) and test your apps.

Some people are having success deploying to Google Play, others seem to run into hiccups. We have a 64-bit Android specific forum with information on how to use it and how to report problems. 

Then you need to add something to build.settings:

settings =

{

    android =

    {

        applicationChildElements =

        {

            [[

                <meta-data android:name=“com.google.android.gms.ads.APPLICATION_ID”

                    android:value="[YOUR_ADMOB_APP_ID]"/>  – replace with your app id. See: https://goo.gl/fQ2neu

            ]],

        }

    },

}

But this will need the next Android 64-bit build which could be a couple of hours away. This effects both AdMob and Appodeal. 

Hopefully this will get us on a modern enough footing with AdMob to address the rewarded video. 

Just a follow up test, I added rewardedVideo to a game to day and I’m getting rewarded video ads on my device as expected with 2019.3498 and the above added to my build.settings.

Google Play is providing an unhelpful error when I try to upload it as an Alpha test and said to try later.

Rob

[quote name=“Rob Miracle” post=“399751” timestamp=“1562104750”]Just a follow up test, I added rewardedVideo to a game to day and I’m getting rewarded video ads on my device as expected with 2019.3498 and the above added to my build.settings.   Google Play is providing an unhelpful error when I try to upload it as an Alpha test and said to try later.   Rob[/quote] Hi Rob, Have any this bug with admob reward video for ios version?

I thought this was just an issue on Android. How many people are experiencing this on iOS?