libgdx / gdx-pay

A libGDX cross-platform API for InApp purchasing.
Apache License 2.0
224 stars 83 forks source link

Consuming a product #143

Closed MrCharli3 closed 7 years ago

MrCharli3 commented 7 years ago

I want to consume a product, but can't find any info on how to do it. I just find similar questions with no answers (here, here, here).

I understand I should add the product as purchaseManagerConfig.addOffer(new Offer().setType(OfferType.CONSUMABLE).setIdentifier(android_productId));. But how do I consume it?

Thanks!