hazneliel's Forum Posts

  • Thats exactly the problem I described before, when I open the app and it loads my main layout, one which doesnt have any iap, it still prompts me to login to iTunes and then there is a prompt with Buy and Cancel options.

    I still dont know if this is related to the sandbox only or if this will be when its published.

    I will go and try to publish just for testing. I will post any updates, please you too if you find something.

  • Yes, you have to use the distribution profile, thats a drag because I cannot deploy beta distribution for test flight with the distribution profile.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I already store the purchase, the problem is tha when I open my app I get this prompt from somewhere, there is no event triggerent that prompt from the main screen on my app. Its like it gets triggered from the native end, like if it couldnt correctly complete the purchase so its trying to buy it again as soon as I open the app.

  • Does anybody is having issues testing the Cranberry IAP on the sandbox? also testing Game center? I have the following issues:

    • When I make a successful purchase, then quit, kill the app and reopen it. It prompts me again to buy something.
    • When I upload a score to the leaderboard, I get the "score submit success" event triggered, but when I open the Game Center I dont see any score there.
  • The webstorage is permanent as long as they dont delete the app, you dont need to have network connection to access the webstorage. If they delete the app you can retrieve your purchases with the restore function, which I will investigate this weekend.

  • For your 1st question

    First on your store layout, in the

      1-On start of layout, use the Add product ID action to add the product IDs you will be using, e.g. "product1,product2,product3". 2-After that (still in the 'Start of layout' event), use the Request store listing action. This starts downloading the names and prices of the given products. Some platforms require this information to be available for the IAP features to work. 3-When On store listing success triggers, the product names and prices are available, and purchases can start being made or checked with the Has product condition.

    For your 2nd question

    So after this point you can do a purchase, on purchase successful you can store a variable on web storage or wherever you want but make that variable is persistent.

    Then have your extra content to check every time for that variable, if its set then show your extra content, if its not set then you should not show it.

    I still havent experimented with restoring, I will tell you when I get it

  • The Cranberry IAP works exactly the same as the official IAP, the name of the functions and events are the same and you set it up exactly as the official IAP

  • Just now I managed to build the iOS app with Intel XDK, I didnt wanted to do that because I just wanted a simple Cordova app that I could manage and deploy on Xcode, but due to the problem with IAP not working on that build, and the nonexistent reply from Scirra I had to try that.

    Nevertheless to build it was easy, I just got confused with my provisioning profiles and certificates but at the end I managed to have it builded successfully and deployed it on a device.

    Results:

    Official IAP Not working

    Cranberry IAP Working good

    With the Cranberry IAP plugin I was able to successfully make a purchase, I also got store listing and store available.

    I will do some more testing for performance on the Intel XDK to see if its allright, then when I get home from work I will write maybe a tutorial on how to get all this working at least for the Intel XDK.

  • Hey, could you please tell us how you did it, Im experiencing the same problems you described in some of your post:

    This are the issues I got even when I run it locally with test mode set to yes.

    • Purchase doesnt works
    • I dont even get the purchaseFail triggered.
    • Is store available always returns FALSE
    • Get store listing doesnt work, It never calls on store listing received or failed.

    Did you manage to get it working on a Cordova build or you used Intel XDK?

    Please help us here, this has been an obscure topic for a while.

  • Export to Cordova is working for me, what its not working are the IAP, not even locally with test mode set to yes.

    I have this issues:

    • Purchase doesnt works
    • I dont even get the purchaseFail triggered.
    • Is store available always returns FALSE
    • Get store listing doesnt work, It never calls on store listing received.

    I have also tried to use the Cranberry plugin, still not working, same results.

    I hope someone in Scirra can help us with this, seems that this has been an obscure topic for some time.

  • The export as cordova works great. What I cannot do is to have the official IAP plugin to work, not even with Test Mode set to yes. Not even testing locally running it from Construct.

    Also, no one on Scirra is willing to investigate, this has been an obscure topic for a while.

  • Im in the same situation you are. Have you being able to test IAP in test mode running it directly from Construct? I am not able to do even that.

    So far I have set up all my iaps on itunes connect, they are waiting to review but from the docs I learned that even if they are waiting for review you should be able to test them with testflight and sandbox. But I have tried using TestFlight and nothing.

    This are my current issues (Even testing locally with Test Mode yes):

    • Purchase doesnt works
    • I dont even get the purchaseFail triggered.
    • Is store available always returns FALSE
    • Get store listing doesnt work, It never calls on store listing received.

    I hope someone in Scirra can help us with this, seems that this has been an obscure topic for some time.

  • Im not being able to have IAP to work, not even in test mode yes.

  • Awesome! I like the icon very much, I spent almost 2 hours just looking for an icon xD

    I will implement your ideas as soon as I get time to work on it, I hope next week I have it done, those are very nice features, Thanks for bringing this to my attention.

    [Just updated a new version with the icon and the repeat count]

  • Check this one, maybe you can help me to add the layer filter functionality.