libgdx / gdx-pay

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

gdx-pay-android-googleplay with already purchased item #99

Closed Trurl101 closed 8 years ago

Trurl101 commented 8 years ago

If I try to purchase an already purchased item it runs correct for the first time. Google Play overlay opens and tells the user that he already owns it.

But on the second time gdx-pay-android-googleplay returns an exception: "com.badlogic.gdx.pay.android.googleplay.d: startPurchaseRequest failed at getBuyIntent() for product"

mustii82 commented 8 years ago

Yes thats right because you doesn't CONSUME it if you buy an consumable Product you must consume it by yourself. But if you read the Documentary this Library doesent support consumable Items at this time :/

deepakraod commented 8 years ago

Any update on this ?

mustii82 commented 8 years ago

No 😔

Gintasz commented 8 years ago

Why are they not supported? What is wrong with consumable items?

mustii82 commented 8 years ago

The library doesn't support it it haven't even a working sample project yet many things are outdated we must update the documentary and publish a working sample otherwise people can't working on new features efficiently

noblemaster commented 8 years ago

Duplicate of #101.