Duf3r's Forum Posts

  • 6 posts
  • Hello everyone! I have a question, is possible to show 2 ADS Banners at the same time?

  • >

    > Thank you for your support!

    > I resolved the problem, I replaced this line of code <plugin name="cocoon-plugin-ads-android-admob" /> whit this <plugin name="cocoon-plugin-ads-android-admob" spec="^1.0.0" /> and now it works perfectly!

    Glad to hear all works well. Good luck with your project ;)

    Thank you! :-)

  • > 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.

    Thank you for your support!

    I resolved the problem, I replaced this line of code <plugin name="cocoon-plugin-ads-android-admob" /> whit this <plugin name="cocoon-plugin-ads-android-admob" spec="^1.0.0" /> and now it works perfectly!

  • > 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.

  • 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.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Where can I find the download on this Plug-In?

    I tried to use the link under the Youtube video, but it doesn't work.

  • 6 posts