Alex D's Forum Posts

  • 7 posts
  • The problem persisted :(

    The С3 is still trying to steal my money.

    I can't use my card - if I put money there, the С3 will immediately steal it.

    HELP!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I canceled my Construct3 subscription about a week ago.

    But Construct3 still tries to take money from my card every day.

    The only thing that saves me from losing money is that there is not enough money on the card.

    What is this scam?

    And how do you really cancel a subscription?

  • As I understand, URL validation is needed to check that the user really made a purchase.

    And there is no point in additionally checking that he did NOT make a purchase - no one will hack the application to pretend that he did not make a purchase :)

    Also, there is no backend in my project, everything works on the user's phone.

  • MrClifford, thanks for the answer!

    I'm talking about the second option.

    Because in first case (if a user goes to purchase the IAP and decides not to go through with the purchase) - event "On product ... purcases success" won't happen, as I understand. So it's not a problem.

    About second case - it's weird that we can't control it.

    Because Google stores data about what the user owns.

    So if user doesn't have product - i want check it and turn off the access to the content.

    dop2000, yes, i tried using condition "Has product".

    But the problem is that the validation doesn't work perfectly:

    If you wait for the registration of products and check the condition "✖ Has product", then sometimes everything works as it should, and sometimes this conditions works even if the product purchased! :(

  • I have Android-app with in-app purchases.

    I used MobileIAP to set them up.

    It works normally, but I have the problem with payments' canceling:

    1. User buys non-consumable product in my app (access to the content)
    2. So, user becomes an owner of product in Google Play.
    3. Then user cancels the purchase and takes his money back.
    4. But user still has the access to the content.

    How can I turn off the access to the content?

    I tried using IAP condition "On Product Owned":

    When starting the app I check it - if user isn't the owner of the product, then I turn off the access to the content.

    But it doesn't work.

    Because after product registration user don't become an owner instantly.

    So users who have bought the product lose access to the content. :(

    Any ideas how to fix it?

    Tagged:

  • Thanks a lot! :)

  • Hi there!

    I’m Alex, from Ukraine.

    I have a personal license and enough experience with Construct 2, but have never used Construct 3.

    For example, I made an application for study of English Irregular Verbs for Google Play a few years ago.

    But now I am thinking about new application (not a game) and searching new tool for it (because Construct 2 isn’t supported now).

    So I want to make a choice between low-code tools like Bubble, Backendless, Thunkable, Construct 3 and so on.

    I like Construct and its logic, but I had some troubles, when I was making my previous application. So, would you answer my questions and help me to understand if Construct 3 fits my goals?

    My questions:

    1. 1. Does Construct 3 have any ways to login user via Google account?
    2. 2. What about responsive design? In C2 I had big troubles with it. Is C3 better?
    3. 3. I want to save user’s progress. In my previous app I did it with help of the local storage. But now I need an opportunity to restore user’s data, when he deletes app, and installs it again.
    4. 4. The same question is about purchases. There were no purchases in my previous app. But now I want users to have a possibility to make purchases and restore them after reinstalling the app. Can C3 do it?
    5. 5. It’s optional, but I like using the analytics systems like Amplitude. Is it possible to connect any analytic to my app in C3?
  • 7 posts