In-App Purchase bug on iOS

0 favourites
  • 7 posts
From the Asset Store
Match same tiles with each other as fast as you can and earn more score during a limited time!
  • So I managed to get my In-App purchasing working on Android

    But with the exact same build on IOS, it doesnt exactly work the same =(

    On Android:

    -When the player buys gold, the system successfully charges/receives the real-money, and adds the extra gold to the game - which is great!

    On iOS:

    -When the player buys gold, the system successfully charges/receives the real-money, BUT! it doesnt add the extra gold to the game after the transaction is completed..

    (Note: This worked on both TestFlight and Sandbox mode, just not on LIVE)

    The game has also been approved by Apple, and is currently on the App Store

    https://sammustudios.files.wordpress.com/2014/11/iap_ios_only_bug1.jpg

  • Does anybody know if iOS In-App Purchasing process doesnt allow things like Webstorage, or Integers? Anything thats incompatible?

  • Anybody? =/

  • Hi cgsammu, im also currently searching for IAP tutorial for cocoonjs but so far no luck :/...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I can't see anything wrong with it at the moment. However, what I would recommend is creating a global variable called Gold and setting that to whats stored in your webstorage + IAPGold. Then use the gold variable when you do setText and store it in your webstorage.

    This way you are calling the webstorage function as little as possible. This is because anything that reads or writes something external it wont be as quick as what's in memory. So it may be calling too many webstorage requests in quick succession.

  • Did you disable sandbox mode in the CocoonJS settings, before creating the build ?

  • I managed to turn off sandbox mode =) im able to test the game properly without waiting for Apple's 1 week approval!

    So whats happening now is....I cant buy it more than once..

    on iOS, it prompts "This in-app purchase has already been bought. It will be restored for free" and I cant get pass this....

    Basically, a "consumable" item is acting like a "non-consumable" (it failed to finish a transaction) I think...

    Anyways, I've been trying to figure this out with Ludei, but it seems like its something they need to fix on their end =(

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)