Hello,
I am having a hard time showing ads in my game. I can't seem to get the ads to display. I will show all the steps that I have done so that anyone can point out if I am missing something.
I have added AdmobAds to my Construct 2 project.
I then created an Admob account and created a bottom banner ad.
I added the Banner IDs to the AdmobAds properties in Construct 2 from my Admob account. ca-app-pub-8251...etc.
In Construct 2 I then have the following code:
System > On start of layout > AdmobAds > Preload banner ad
AdmobAds > On banner ad received > AdmobAds > Show banner ad at position Bottom center size Smart banner (auto-size, recommended)
On the AdmobAds properties I have Overlap set to Yes and Test Mode set to False.
I then Export the Construct 2 project to Cordova.
I have Intel XDK installed. I then import my Construct 2 project.
I select Yes to Use Cordova plugins.
Under Projects Properties, the Plugins, I select the Third Party Plugins. From there I select Get plugin from the web.
I then use the following:
Name: AdMob Plugin
Plugin ID: com.cranberrygame.phonegap.plugin.ad.admob
Check the 'Plugin is located in the Apache Cordova Plugins Registry' box
I import the settings.
I then set my Build settings for Android Crosswalk. In this case Landscape and Fullscreen is used.
I then Build and download my app to my phone. The ads don't show though in the app.
I am not sure if I am missing something, or if there is something else I need to do? Any help would be greatly appreciated.