Blux18's Recent Forum Activity

  • Hello, recently I updated an app using the Construct 3 r308.2 stable version, and I noticed that 2 permissions were added (as you can see on the screenshot).

    However, Family apps, that is, as per Google policy, apps intended for children must not send advertising IDs, so I need to remove the permission: com.google.android.gms.permission.AD_ID

    Is there a way to remove this permission on Construct? I googled that this permissions can be removed on Android export project, on the Manifest file using the next code:

    <uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>

    However, this permission doesn't appear on the file.

    Thanks for your help!

    Tagged:

  • Ok thank you. I will look for how to do it

  • Hi, I want to make a countdown timer that doesn't stop even if the player closes the game.

    So far I have managed to get the total time to be saved in localstorage and if the game is closed, when it is opened again the timer starts where it left off.

    But what I need is the time don´t stop. I hope you can help me, thanks.

    This is the code that I have

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It worked!! I appreciate a lot your help.

    I leave the final file in case it helps someone

  • Hello, I'm doing a mechanic for a game, in which when you press a button the numbers from 1 to 10 are randomly ordered.

    So far I have managed to make this happen, with the small inconvenience that sometimes one of the numbers takes a long time to ordered.

    Could you help me solve this little delay with the number and accommodate it almost at the same time?

    I attach some screens and the c3p file. This is the mechanic and the result

    this is the small delay when placing a number

    Code:

  • We currently have an app for kids, so we need the 20.6.0 admob version or at least the 20.4.0 version (which is on the cordova admob plugin 1.26.0).

    According to the changelogs (Beta r269), current version is admob-plus-cordovanwr@1.25.0

    Tagged:

  • Thanks for the answer

  • Hello, I received this email, it will affect the app that we develop in Construct? As far as I understood, it will affect when you use Google Play Services

    Hello Google Play Developer,

    Last July, we announced Advertising policy changes to help bolster security and privacy. We added new restrictions on identifiers used by apps that target children.

    When users choose to delete their advertising ID in order to opt out of personalization advertising, developers will receive a string of zeros instead of the identifier if they attempt to access the identifier. This behavior will extend to phones, tablets, and Android TV starting April 1, 2022.

    We also announced that you need to declare an AD_ID permission when you update your app targeting API level to 31 (Android 12). Today, we are sharing that we will give developers more time to ease the transition. We will require this permission declaration when your apps are able to target Android 13 instead of starting with Android 12.

    Action Items

    • If you use an advertising ID, you must declare the AD_ID Permission when your app targets Android 13 or above. Apps that don't declare the permission will get a string of zeros. Note: You'll be able to target Android 13 later this year.

    • If your app uses an SDK that has declared the Ad ID permission, it will acquire the permission declaration through manifest merge.

    • If your app's target audience includes children, you must not transmit Android Advertising ID (AAID) from children or users of unknown age. Learn more.

  • Hi there.

    I made a game for android that uses local storage to save the player's progress (saves and reads the data from an array), while I was testing and installing the debug apks, the data was kept correctly, no matter how many times the app is updated. But now that it is already in the play store, every time I upload an update (without modifying anything in the local storage) and it is installed, the data is not maintained.

    Thanks for the help.

    Tagged:

  • Ashley

    When I try to export my project to android using minify option, it shows this error:

    /str/main.js:265:237: ERROR - [JSC_UNDEFINED_VARIABLE] variable admob is undeclared

    265| "not-determined";this._hasConsentForm=false}async Reset(){if(!!C3AdUtils.ConfigurationOptions.debug)await self["consent"]["reset"]()}GetAdPersonalization(){return this._adPersonalization}async RequestTrackingAuthorization(){if(IOS)await admob.requestTrackingAuthorization()}async GetTrackingAuthorizationStatus(){if(ANDROID)return this._trackingStatusString="not-determined";const idfaPlugin=self["cordova"]["plugins"]["idfa"];const idfaInfo=await idfaPlugin.getInfo();if(!idfaInfo.trackingLimited)return this._trackingStatusString=

    ^^^^^

    1 error(s), 0 warning(s)

    Tagged:

  • I made a game for children and I put ads through the MobileAdvert plugin, but I want only ads for children to be shown since the app store is very rigorous in that sense.

    Is there a way to do this?

  • Thanks for the answer.

    I tried to understand the code of the example but I did not know how to use it in my example

Blux18's avatar

Blux18

Member since 13 Nov, 2015

Twitter
Blux18 has 1 followers

Trophy Case

  • 8-Year Club
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

11/44
How to earn trophies