megachus100's Forum Posts

  • 9 posts
  • Hi, I'm trying to compile with phonegap but I always get an error using Admob. Does anyone know a good configuration for config.php?

    Thanks!!

    <?xml version="1.0" encoding="UTF-8"?>

    <widget id="xxxxxxxx" version="1.4" android-versionCode="1040000" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:android="http://schemas.android.com/apk/res/android">

    <name>xxxxxxx</name>

    <description>xxxxxxx</description>

    <author email="xxxx" href="xxxx">xxx/author>

    <allow-intent href="http://*/*" />

    <allow-intent href="https://*/*" />

    <allow-navigation href="blob:*" />

    <icon src="www/icons/icon-256.png" width="256" height="256" density="xxxhdpi" />

    <icon src="www/icons/icon-128.png" width="128" height="128" density="xhdpi" />

    <icon src="www/icons/icon-114.png" width="114" height="114" />

    <icon src="www/icons/icon-32.png" width="32" height="32" />

    <icon src="www/icons/icon-16.png" width="16" height="16" />

    <plugin name="construct-mobile-advert" spec="1.3.6" />

    <plugin name="cordova-plugin-inappbrowser" />

    <plugin name="cordova-plugin-whitelist" />

    <preference name="orientation" value="portrait" />

    <preference name="fullscreen" value="false" />

    <preference name="DisallowOverscroll" value="true" />

    <preference name="LoadUrlTimeoutValue" value="120000" />

    <preference name="phonegap-version" value="cli-8.0.0" />

    <access origin="*" />

    <engine name="android" />

    <platform name="android">

    <preference name="android-minSdkVersion" value="21" />

    <preference name="android-targetSdkVersion" value="28" />

    <splash src="www/icons/default@2x~universal~anyany.png" />

    </platform>

    </widget>

    Tagged:

  • Hi, any have the rexrainbow plugins for C3? This not found -> trello.com/b/JVOc5RUi/rexs-plugins-for-construct3

  • I have the same problem and no one answers

  • Hei, could you try your APK on Android 8 with a Galaxy S9 ?, I have the same problem

    Ashley

    Would you please try *.apk that you built on Samsung S9, S9+ and tell me is it ok?

    If it's related to build process (i use cordova, and not C3) and for sure all works on your C3 build ill buy C3 licence and build my app with its builder.

    Thanx!

  • Thanks Andy!

    Cranberrygame has a plugin doing exactly what you want. It's called "CordovaPowerManagament" and it's included in his Cordova Plugin Package. This should also work with Phonegap.

    https://www.scirra.com/store/construct2-plugins/construct2-cordova-plugins-1662

    Best,

    Andy

  • Hi, i have an audio story app, and I need to avoid android to go to sleep mode while listening to the audio. Any ideas? Thanks

    I use phonegap for compile the C2 project.

  • I have the same problem

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can see my test project here, to use it you will have to replace the publisher ID and App ID with your own.

    Also it is important that you change your ad technology provider list from default to custom and select a maximum of 12 providers, otherwise it will fail to load the user consent dialog.

    I'm intending to take a look into the iOS version again soon, along with location testing. If you find any replicable bugs please file a bug report on the GitHub tracker, you will get a response from me faster. Also it's hard work trying to understand bugs from forum posts.

    Hi, can you export it to Construct 2? Thanks

  • I have the same problem!!

  • 9 posts