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.