MasterNedyah's Forum Posts

  • When I open my app it starts as it should but when I select another app and spend some time in the other app and then, when I come back to my app it restarts. I am not closing the app, in other words it is still on "hold" (I am sure there is a official name for this).

    How do I prevent the restart?

    Here is an example of what I mean by on "hold"

  • Thank you for the information!!:)

  • Thank you for the clarification.

    I have disabled all of my code with regards to code previously listed and the fortunately the messages still popup. So I guess AdMob takes care of all that once I put in the messaging through their platform.

    I spoofed my location and the GDPR message displayed. Definitely different from the IDFA. Thanks again for the clarification.

    My final question: Do I need to have an option for users to see the GDOR messages again?

  • I am trying to implement the GDPR and IDFA through AdMob. The agreements are popping up but I have three issues/questions.

    1: The GDPR buttons says: "Tap "Allow" on the next screen to give permission"

    but when pressed it does not go to the next screen. The examples I have seen in other apps have a screen with a bunch of options. Even when I disable the IDFA the GDPR does not go to next screen. Is this a screen I need to make?

    2. Once the GDPR button is pressed the IDFA popups up. Blocking the GDPR. When an IDFA button is pressed the GDPR and IDFA disappear.

    3. Does anyone know if under the GDPR I need to provide the user with an option to later change their GDPR? For instance, do I need to put a button in settings that will bring up the GDPR screen?

    Attached are screen shots of the code, the GDPR and the IDFA overlapping the GDPR.

  • When I export my xcode and run it through xcode simulator the advert is shown behind the camera area in the status bar.

    Is this going to happen in the app? Is there a way I can choose the coordinates for the mobileadvert?

    Example #1 shows how it currently appears.

    Example #1 shows the placement I need.

    Note: I am using viewport fit: Cover. The problems still persists if I change the viewport fit to auto.

  • Thank you for the clarification! It is very much appreciated:)

  • Thanks that was very informative and I will definitely need external storage permission.

    What about camera permission? Do I need this for the canvassnapshot to work?

  • My app does communicate to a server that has a SSL certificate. Is this what they are referencing? Or is there something I need to code into my app to comply with secure data transfer?

  • I have a game that requires canvasshot and uses local storage. When I export do I need to select certain properties for this to work?

    Require Camera Permission

    Do I need to select require camera persmission for the canvasshot to work?

    Require External storage write permission

    For the local storage do I need to require External storage write permission?

    Also, they are allowed to download the canvas shot. Would this require External storage write permission?

  • Thank you for the suggestion:) My app is not a traditional game and has many different elements. A 4:3 model is significantly different than a 19.5:9 thus the need variations.

    Do you have any suggestions as how to detect the aspect ratio?

  • I have an app with a few different layouts to cater to aspect ratios.

    In the loader event sheet I need to detect the ratio. PlatformInfo.WindowInnerHeight might be the best option.

    Will this work? Or is there a better option?

    Also, what if ratio does not fit any as described?

    Also, the 16:9 and 19.5:9 are portrait and the 4X3 is landscape. Will this influence the equations?

  • Thank you!!

  • Array For each X element

    --> System Array.CurValue = globalvariable1

    The global variable is always lowercase with no non-alphanumeric or spaces.

    The array contains capitalized words with non-alphanumeric.

    Example:

    Array.CurValue could be Hello.

    globalvariable could be hello

    It does not recognize a match because of the uppercase and period. I originally had lowercase(Array.CurValue) but then this does not resolve the "."

    Then I tried find(aTexttoArray.CurValue, "[^a-z]"). Also did not work. I tried variations with the Regex expressions but could not get the right code. Any help would be appreciated. Thanks!

  • I was able to get it to work!! Your help was an answer to a prayer. Thank you, thank you!!!!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I currently have a loop that uses the sprite and makes copies, each with a different frame.

    I want to somehow loop through the images and load them into the sprite.

    I am having a hard time getting the AJAX to work. I am afraid I created a jumbled mess. Please advise.

    Also, what would be an efficient way to name files so that I can call a group of images? Or is this possible?

    Thanks!