> Good evening,
> I bought the "Ultimate ADS" plug-in this morning, I installed and configured the plug-in correctly, but I have anyway a problem.
> I can build the Apk file using PhoneGap Build, but when I open the Apk file on Android Phone, the Ads are not shown.
> I followed all your tutorials, but I can't resolve the problem.
Hi, there might be 100 different reasons. I need more info to say anything useful. You use your own capx or example capx? Test mode or not? What's in config.xml, etc.
Ok, so...
I tried using Test mode and not, I tried to build to Apk my own .capx and, also for test, yours example .capx, but no one works.
This is my config.xml file : <?xml version="1.0" encoding="UTF-8" ?>
<widget id="com.TechForgersOfficial.CatchThePoop" version="1.0.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>CatchThePoop</name>
<description>Mobile videogame focused on fun and happy poop</description>
<author email="info.techforgers.official@gmail.com">Maurizio Rossi</author>
<icon src="www/icon-256.png" width="256" height="256" density="xxxhdpi" />
<icon src="www/icon-128.png" width="128" height="128" density="xhdpi" />
<preference name="android-targetSdkVersion" value="26" />
<preference name="orientation" value="portrait" />
<preference name="fullscreen" value="true" />
<preference name="DisallowOverscroll" value="true" />
<preference name="AllowInlineMediaPlayback" value="true" />
<config-file parent="UIStatusBarHidden" platform="ios" target="*-Info.plist"><true/></config-file>
<config-file parent="UIViewControllerBasedStatusBarAppearance" platform="ios" target="*-Info.plist"><false/></config-file>
<preference name="deployment-target" value="11.0" />
<preference name="android-minSdkVersion" value="23" />
<access origin="*" />
<plugin name="cocoon-plugin-ads-android-admob" />
<plugin name="cordova-custom-config" />
<plugin name="cordova-plugin-file" />
<plugin name="cordova-plugin-media" />
<plugin name="cordova-plugin-statusbar" />
<plugin name="cordova-plugin-whitelist" />
<plugin name="cordova-plugin-wkwebview-engine" />
<engine name="ios" />
<engine name="android" />
</widget>
I also tried to Sign the Apk file, but it does not work anyway.
In my project, there aren't any other third part plug-ins except yours, and I have not edited the .xml file.