igortyhon's Recent Forum Activity

  • Before displaying an interstitial advertisement, do you check if it is loaded?

    If the ad is not loaded, it is better not to try to show it. In this case admob can show portrait advertisement it always has in reserve by default.

  • Thanks guys!

    You've opened my eyes, for some reason I've always used arrays or dictionaries and sometimes put lists in them.

    I've always used JSON just to load or store arrays, but it turns out to be so handy!

  • Now I'll tell you how I tested it.

    1 - I collected an unsigned apk and opened it in android studio, looked at the requests there, everything is fine.

    2 - Then I assembled a signed aab and uploaded it to the Google developer console, to an existing game and looked at Google, and Google also sees requests (I'm attaching a screen)

    Version Construct3 r432-3.

  • Hi.

    That's weird, I just created a build with the standard ad plugin, there is a request for an ad id in there.

    If you want can you upload your package, I will look in the middle if there is a request.

  • Is something going on with the build server? I have never had this issue before.

    ...

    Hi.

    Check your project, does it contain an advertising plugin? The advertising plugin automatically adds the required requests to the collection.

    I get this warning when I provide a package without an advertising plugin, although it was there at the beginning and in the application form I indicated that I need an advertising ID.

  • Good that you posted the answer!

    I'm only using the browser for testing now, because I haven't noticed any difference in my projects.

  • Indeed, this will harm all manuals and videos.

    The only thing left is to use the Enter button on the keyboard, which always selects confirm regardless of the position of the buttons.

    Since there is nothing we can do, we can close the thread.

  • Hi Colleagues, I have a question for you.

    None of you are concerned about the location of the affirmation buttons in working dialog boxes.

    When you work quickly and almost do not look at the dialog box, because you know what to choose, but the confirmation button is not always on the right side, and often instead of confirmation you press cancel.

  • Nothing has changed, only the banner is not showing in the test preview.

    Revard and Interstitial are shown in the test preview.

  • I join you, now updates require the second version of services. Strange that they immediately started issuing a red ban, I thought until June 2025 will be issued a yellow warning and only after that date red ban.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Alternatively, you can concatenate all the required values into a delimited string. And then parse and convert to a number.