sizcoz's Forum Posts

  • 7.4.2 is the current supported one by Cordova, with Cordova Android 11.

    Here is the current versions of all you need: cordova.apache.org/announcements/2022/07/12/cordova-android-release-11.0.0.html

    Construct updated to the new cordova version in the latest beta.

    Hi thanks for the reply, I exported an Android studio project with the latest C3 Beta and got this error, all worked before in previous versions, any idea?

  • I normally get no problem exporting an Android Studio Project, but today I have an error message, Minimum supported Gradle version is 7.3.3. Current version is 6.8.

    Is this a build error, or am I missing something ?

  • Add this to your css

    .resultswrap2 {
    	font-family: Arial, sans-serif;	/* Match Arial on the Text object */
    	border: 1px solid black;		/* Add a black border */
    	overflow-y: auto;
    	transform: rotate(270deg);

    Then add something like.

  • You put it on a server (your website), then link to it.

    https://support.google.com/admob/answer/9363762?hl=en-GB

  • I'm sure there is an easier way, but I loop through the x & y of each tile.

    So Like this.

  • DiegoM

    I have managed to install Android studio, and try the Delay sending events, but it makes no difference.

    Although I have got it working, but I had to install firebase from android studio, which you shouldn't have to according to the Admob documentation, all you should have to do is install the latest Google Mobile Ads SDK 18.1.0 or later.

    So therefore I can only assume it's a problem somewhere in the Cordova Admob plus plugin.

    Hopefully a solution can be found as exporting and building with Android Studio is just another series of extra work to do.

    Cheers

  • DiegoM

    This has actually been happening for a while, as far as I can see the last version of one of my apps that worked was released on 7 march 2021, then when I updated it on 7 August 2021, It stopped reporting the user Metrics.

    Unfortunately, Android Studio refuses to work with my laptop, so I can't re-export with it.

    Just as a side note, the older versions of the App are still reporting the User Metrics data, as some users still have these versions installed on their devices.

    Many thanks

  • This works for me

    The trouble with a container, when the particles are destroyed, the sprite will also be destroyed.

  • Which metric do not work?

    (For me they seem to work fine)

    Sessions / DAU

    Avg session duration

    Daily Active Users

    ARPU

    Retention

  • sizcoz

    How can you tell the metrics are not working? Is it just by looking at the dashboard in your Admob account? To be honest this is not something that I paid attention when doing the transition to the new SDK, so it is possible it stopped working.

    Thanks for replying.

    The previous versions of my apps are still reporting User Metrics in Admob, but the newer versions report nothing.

    The older versions were built before the New Admob Mobile Advert Plugin.

    The Metrics are shown when you select an App from the Admob dashboard, which loads an App overview, and includes a User Metrics report.

    https://support.google.com/admob/answer/9263723?hl=en-GB

  • Quick question

    Is there any reason why Admob User Metrics does not work with the new Mobile advert plugin, as it worked in the previous version ?

    As it should work with Google Mobile Ads SDK Version 18.1.0 or later.

    I don't know whether this is related ? https://developers.google.com/admob/android/eu-consent#delay_app_measurement_optional

  • On this occasion, just use - On Destroyed > Add 1 to KillCount

  • Just a quick update.

    On request I have made Word Move harder by hiding every other letter.

    Here is the updated video.

    Get it in the Play Store with the link below

    Word Move

    Subscribe to Construct videos now
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Here is a slightly different approach.

    Hex

  • If I understood correctly, this will load a random file(png) from project files into a sprite, then set a text box to the choosen file name.

    If you want to get rid of the .png on the end use set text to replace(Variable1,".png","")