Lucas Jogos's Forum Posts

  • I have looked up tutorial after tutorial about google playstore IAP and construct and it has all totally changed? No one is mentioning it.

    Where I would have been able to setup IAP in the play store console it now says the following.

    "Your app doesn't have any in-app products yet to add in-app products, you need to add the BILLING permission to your APK"

    I am just going around in circles when trying to solve the problem. I can no longer edit or add google IAP in construct 3 like before because of this.

    What do I do?

    you simply export your game normally to .aab with the pugin IAP and then go to your google developer game page and create a closed test version and upload it and ready google recognizes that you have the plugin added now and that's it export to publication version

  • hello guys, i recently developed a game for a friend of mine on c3, i exported it in nw version, when he uploaded the game on the steam store normally, but the game doesn't work on some computers, the game window disappears and the game on steam is running, does anyone have a definitive solution for this error I don't know what else to do since the error is not in the executable but in steam

  • I don't believe this is possible with Construct by itself. You would need a backend service or other online data storage solution, at least enough to authenticate and keep track of each user.

    Generally speaking, every user, upon creating an account, will have a code or link associated with their account in your database. This code/link will be available to the user to share. When a new user enters the code/link in their client, your server will be able to look up the origin account associated with that particular code/link and credit it accordingly.

    Thank

  • one more question, how do I put this txt file on my blog, does the file have to be invisible to the public?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You put it on a server (your website), then link to it.

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

    thanks, but is it really necessary to do this? the admob says it loses a lot of revenue?

  • hello I would like to know how do I embed the ads.txt file in my apps on google play, the admob alerts me that I'm losing revenue because I don't have the ads.txt file in my games I'm losing ad revenue, how do I fix this problem

  • hello, I would like to know if it would be possible to cfiar a system of inviting friends to play my game, like the player invites a friend and as soon as his friend registers with his facebook or google account then the player receives rewards, there would be a way to do this ni Construct ? which plugins to use and how to do it?

  • Thank

  • Hello guys, I have doubts, I would like to know if there would be a way for me to create in-game events and control these events outside the game, like those coin master events that are controlled outside the game, I would also like to know how I can add a count regressive within the game for the player to gain more lives when the counter is zeroed, but this counter would have to continue counting even if the player closes the game would it be possible? would have to control this through some database type, sql ?

  • Lucas Jogos My reply was for evaristo24. If you have a question about blogger.com API, you should probably create your own thread.

    thank you very much, thank you for your kindness

  • evaristo24 I don't know if you can use google drive for this task. The file should be available for unregistered users and in clear text format, google drive doesn't support this.

    Try searching for some other service which allows to share plain text, here is an example with pastebin:

    > https://pastebin.com/raw/s0KccyVC

    If you create an account at PasteBin, you will be able to edit your pastes (which you will need to do when you release a new version).

    actually i meant not on google drive but on blogger blogger.com

  • You do not have permission to view this post

  • > 
    + System: On start of layout
    -> AJAX: Request "https://mywebsite.com/app_version.txt" (tag "ver")
    
    + AJAX: On "ver" completed
    ----+ System: ProjectVersion < AJAX.LastData
    -----> Browser: Go to "https://play.google.com" (target self)
    
    
    
    

    could you teach me how to create the txt file or any other type of file in blogger and send the ajax command to download the file and bring it into the app

  • good afternoon everyone, I would like to know if there are other ways to sell templates other than through the scirra store, I have templates that I intend to sell to raise money, and at the moment I am unable to buy the license to be able to sell at the scirra store, there is other ways to sell without having to buy a sales license, do you know other methods?

  • thank you very much you helped me a lot