Shin-NiL / Godot-Android-Admob-Plugin

Android AdMob plugin for Godot Game Engine 3.2 or higher
MIT License
548 stars 67 forks source link

Ads of any kind real or test, are not showing. #173

Closed Merlin1846 closed 3 years ago

Merlin1846 commented 3 years ago

Godot version: 3.3.3

AdMob Plugin version: 5.0.0

Issue description: Ads are not showing, I've tried both real and test, reward, interstitial, and banner. None are working. I've also downloaded every single tools addon for android sdk, that didn't fix it. I've tried Gles 2 and 3, neither fixed it. I've changed many of the settings in export, but that didn't fix it. And I keep getting error code 1, which according to google means that the app id is wrong, except I'm using the debug one that is both on the reed me for this plugin and on Google's Admob page. I believe that this plugin is slightly out of date and the way it's sending the app ID to Google is not working any more. This would explain why the ads don't show, but it doesn't crash, or give any error unless you specifically tell it to return the error code. Please note though that I have no experience with the Admob api.

Merlin1846 commented 3 years ago

Ok so for banner ads you have to use this id instead ca-app-pub-3940256099942544/6300978111 https://developers.google.com/admob/android/banner and Interstitial ads must use ca-app-pub-3940256099942544/1033173712 https://developers.google.com/admob/android/interstitial and rewarded ads must use ca-app-pub-3940256099942544/5224354917 https://developers.google.com/admob/android/rewarded

Merlin1846 commented 3 years ago

Hope other people see this, because this seems to be the problem that alot of other people are having, and this #161