when I do this at the corona server side there is something problem with google play service and it gives me below error
ava.lang.IllegalStateException: The meta-data tag in your app’s AndroidManifest.xml does not have the right value. Expected 9452000 but found 4242000. You must have the following declaration within the <application> element: <meta-data android:name=“com.google.android.gms.version” android:value="@integer/google_play_services_version" />
If I removed “plugin.google.play.services” plugin from build.setting and removed admob code then its working fine.
but I need both plugins at a time so please fix it asap.
I guess it happens when you use both admob and new gpgs plugin. I too had that problem but when I remove the admob plugin it works fine. I think it giving an error about play services version because we import admob plugin in a weird way like this.