Admob ads not showing up.

I’m trying to integrate Admob Ads into my game, i integrated it using the guide here

it shows “Created Dummy element” “Dummy LoadAd” in the console when i run it which makes me assume that it’s working, but in the device or in the editor it doesn’t show any ads.

On Android, there are lots of issues may go wrong.

  1. You need to take care of jar file. If jar file doesn’t work, your apk may run, but send errors at background. (Need to use logcat to see them)
  2. If you use googleads-mobile-unity, try specify its release tag, ex. Release Google Mobile Ads Unity Plugin v2.1 · googleads/googleads-mobile-unity · GitHub

I wrote some memos abot Admob at here:

Try glance at the part of “Troubling shooting” and “Steps”, make sure you have done all.

If you have Bitbucket Account, I can share my unity repository to you.

Downloads Admob Unity Plugin
AdmobPluginRes/GoogleMobileAds.framework and admob_unity_plugin.unitypackage is reqired
Download those files from Admob Unity3d Plugin Project Home https://github.com/unity-plugins/Unity-Admob
or Download all the Unity admob plugin project https://github.com/unity-plugins/Unity-Admob/archive/master.zip

Installation Admob Unity
Open your project in the Unity editor.
Navigate to Assets → Import Package → Custom Package.
Select the admob_unity_plugin.unitypackage file.
Import all of the files except admobdemo.cs(a example script) by selecting Import. Make sure to check for any conflicts with files.
You can install by download and copy files in folder Plugins to your Unity3d project directly,
Unzip GoogleMobileAds.framework.zip to GoogleMobileAds.framework