shop on ios devices

0 favourites
  • 5 posts
From the Asset Store
Easy to use shop and inventroy populated by an array!
  • Hello there!

    is there a special approach for making a functional shop on iOS devices? How about real payments via shop? For example i want 1500 coins for 1usd.

    I only found one tutorial on this :http://www.scirra.com/tutorials/245/how-to-series-in-game-shop/page-1

    but this uses webstorage and i want to ask if its functional on ios devices...

    any tips, steps are welcome

    Thanks in advance <img src="smileys/smiley1.gif" border="0" align="middle" />

  • For IOS you need to use their in app payment or ?

    For your problem, NEVER use webstorage for in app purchases.

    This will cause many angry customers, cause user could deinstall the app or reset the cache or even hard reset their phone. And this will also let them loose all their purchases.

    The best solution (I think) is an database (Ajax Request in Construct, Php or any other server side language on the server).

  • For IOS you need to use their in app payment or ?

    For your problem, NEVER use webstorage for in app purchases.

    This will cause many angry customers, cause user could deinstall the app or reset the cache or even hard reset their phone. And this will also let them loose all their purchases.

    The best solution (I think) is an database (Ajax Request in Construct, Php or any other server side language on the server).

    Thanks darklinki im a newbie and this is very dificult for me to imagine the process. Are there any plugins or some step by step tutorials?

  • You are trying to start too fast.

    First you need to figure how you want to package your HTML5 app (that construct 2 makes) for use on iOS. Are you going with CocoonJS, PhoneGap, Ejecta, etc.

    Once you determine that, you start the next part like how to get inApp purchases working with the wrapper you decide to go with.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You are trying to start too fast.

    First you need to figure how you want to package your HTML5 app (that construct 2 makes) for use on iOS. Are you going with CocoonJS, PhoneGap, Ejecta, etc.

    Once you determine that, you start the next part like how to get inApp purchases working with the wrapper you decide to go with.

    ArcadEd, i forgot to write that im planing to export via cocoonjs. I will try to find something about the wrappers. The shop will look like an ordinary shop, you have coins and some bonus items which you need for upgrading hero abilities and unlock new ones. There will also be wearables for him to buy. And packets of coins + bonus items for real cash.

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