Hi All,
I want develop a free game in apple store but i want sold some game items in my game.
how can i do this?
I am a newbie corona developer. Please inform me detailed and please share me any code sample about this.
Thank you 
Hi All,
I want develop a free game in apple store but i want sold some game items in my game.
how can i do this?
I am a newbie corona developer. Please inform me detailed and please share me any code sample about this.
Thank you 
The supplied sample code is showing you everything you need to know about IAP.
The logic behind what is purchased or not and what happens in your game, is up to you as the programmer to handle.
(On a mac you find the code in “Programs/CoronaSDK/SampleCode/Store/InAppPurchase…”)
Since you call yourself a newbie, I would not say that this is the easiest task to get right. It would not the first thing I would recommend implementing.
I would also suggest that you check out the store documentation of your choice (for example Apple’s IAP docs).
Best of luck!Â
The supplied sample code is showing you everything you need to know about IAP.
The logic behind what is purchased or not and what happens in your game, is up to you as the programmer to handle.
(On a mac you find the code in “Programs/CoronaSDK/SampleCode/Store/InAppPurchase…”)
Since you call yourself a newbie, I would not say that this is the easiest task to get right. It would not the first thing I would recommend implementing.
I would also suggest that you check out the store documentation of your choice (for example Apple’s IAP docs).
Best of luck!Â