Hi,
not sure if this is the right section to ask this.
I'm trying to implement ads in a iOS game I'm building in C2. I'm using Phonegap Build.
Steps I do:
1) Create simple test game in C2
2) Insert new object > AdMobAds into the project
3) Add the Banner and Interstitial IDs (previously created in Admob website) into the Admob object properties inside C2.
3) Create Events to preload and show ads (just banner for testing)
4) Export with Cordova plugin.
5) Open the config.xml file and insert this line into the code:
<gap:plugin name="com.admob.plugin" version="3.0.0" source="plugins.cordova.io" />[/code:xj43z62d]
6) Create a .zip file and upload to Phonegap Build.
7) Build and install on my iPhone by scanning QR code.
By following these steps I have no success.
If I add the code into the config.xml file I just a black screen when testing on my iPhone.
If I remove the code the app works but the ads don't show up.
I've tried different things with no success.
Any Ideas why isn't working?
Thanks!