Hi everyone!
Here´s the problem, I want to make a in-game store where the user can buy coins pack to spend on power-up, but to do so I need to use the Unmanaged option inside the in-app products console on Google Play Developers console. But it´s not there! Researching the google developers site I found out that the IAP version 3 has only two options, Managed and Subscription. And to make a product that the user can buy many times I need to send a consumable request to Google Play, so when the purhcased item is consumed It allows the user to buy it again:
"If you are using the Version 3 API, you can also consume managed items within your application. You would typically implement consumption for items that can be purchased multiple times (such as in-game currency, fuel, or magic spells). Once purchased, a managed item cannot be purchased again until you consume the item, by sending a consumption request to Google Play. "
The thing is,I have no idea on how to do that with Construct 2, any help would be very appreciated!!!