DreanSan's Forum Posts

  • > Ha, I had to google this "Construct 3 iap not working" and I was my own result. So it totally works on iOS and Android if you set it up correctly. I will leave this here from my work, in production app, so there can be no further doubt.

    >

    > supergigadroid.com

    >

    > Here's the correct registration for products and price data. (Note I am also saving this data for when the user comes back to the screen next time, as the 'registration' phase is complete. So save those values and shove them in. Somehwhat messy code but just look at the EVENT PROCESS, not the code and you'll be fine).

    >

    >

    >

    >

    Thank you very much because they still keep this thread alive, I have a problem at this precise moment, I add the ID of my product for sale and I add complete product registration, I think that up to now everything is fine, I have configured my product in my google play store, but the moment I give to buy it appears to me "The item you requested is not available for purchase" will have some idea about it, regards and thank you in advance for your attention.

    hey if your still having the error can you please show a screenshot of the IAP code so i can see whats wrong.

  • It determines it automatically. So you don't need the action and don't need to do anything else.

    I finished all the steps but now my app wont load/ stuck on the loading screen.

  • It was removed because you don't need to use it any more.

    Thanks for the response Ashley! I need some clarification though and curious too. How would my inapp product connect to my developer account without the public key? I've already read the manual about Mobile IAP plugin but may have not understand it enough.

    As I've been using C2 for so long now, I'm not yet accustomed to new things from C3 and am still reading on stuff about it.

  • How to add In App Purchases to my app ?

    i did all the steps but i cant get the login part working pleaseee help

    Tagged:

  • How do I integrate Google-play Game-services to Android App ?

    I made Game Services and a leader-board and my app is on beta test release.

    Also I have Google-Play cloud project and took the data and everything is plugged in my app so I have this button when you click you sign-in and i have my app on google-play store and downloaded the app on my phone but i am clicking the button no thing happens so i tested the button on Construct-3 but it shows this screen only on construct.

    Is there another way of opening GooglePlay Login Screen ? other than the plugin ? but the guides dont show how to use the plugin exactly.

    Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Hey,

    If you want those conditions to only trigger once when true, then you can fix them by adding "trigger once" condition in them.

    worked thanks bro <3

  • > its really weird every tick added only for the platform and other things but the character is straight forward begins = 0 so create the main character otherwise if you go to character selection and choose a new character then that will be = 1 but both of them same problem.

    >

    > it was working fine but before i added animation and character selection.

    character = 0 is running every tick

    Every single event runs once per tick, regardless of if you put "Every Tick" in front of it

    I deleted the 0 and 1 to test only one character but still it kept repeating

  • > its really weird every tick added only for the platform and other things but the character is straight forward begins = 0 so create the main character otherwise if you go to character selection and choose a new character then that will be = 1 but both of them same problem.

    >

    > it was working fine but before i added animation and character selection.

    character = 0 is running every tick

    Every single event runs once per tick, regardless of if you put "Every Tick" in front of it

    oh i see now damn, thanks man <3

  • its really weird every tick added only for the platform and other things but the character is straight forward begins = 0 so create the main character otherwise if you go to character selection and choose a new character then that will be = 1 but both of them same problem.

    it was working fine but before i added animation and character selection.

  • The event that is creating you sprite must be running every tick, so check the condition that makes the event happen - the condition is staying true so it keeps creating more instances. Either add a "Trigger Once While True" to the condition, or structure it some other way so that it can only run once.

    or post your code so we can see what is going on.