libgdx / gdx-pay

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

Is consuming an consumable Google Play Product supported now? #101

Closed mustii82 closed 8 years ago

mustii82 commented 8 years ago

I need to do some work and will use this Library but I have to consume the consumable Products. I read at the wiki that consume is not supported. But the wiki looks very outdated so I ask here for help :)

junkdog commented 8 years ago

Hmm, it was meant to be cleaned up and pull requested, but it hasn't happened yet - we've added consumables in our branch: https://github.com/junkdog/gdx-pay/tree/maven

noblemaster commented 8 years ago

Looks great! Do you mind sending a pull request to merge it? :)

mustii82 commented 8 years ago

@junkdog Please do it :+1:

TomGrill commented 8 years ago

any updates?

deepakraod commented 8 years ago

Any updates on this ? How do we notify consume of Consumables.

noblemaster commented 8 years ago

Sorry, still haven't received a pull request from junkdog. Anyone else, please go for it and I'll merge!

junkdog commented 8 years ago

Hey, sorry for letting this slip :(

I looked over the code - I don't think it's "production ready", but I don't have time to clean it up atm.

A couple of caveats:

I'll send the pull request from the top of our branch, but - like I said - probably not merge worthy in its current form, imo.

noblemaster commented 8 years ago

Merged - Many thanks :-D

Also, I created a new SNAPSHOT release with the updated GooglePlay project.

DavidBVal commented 8 years ago

Any documentation or example shows how to consume the items? First purchase works, then I get handlePurchaseError with the exception: startPurchaseRequest failed at getBuyIntent() for product: xxxxx

MrCharli3 commented 7 years ago

@DavidBVal Same for me, If I buy my product twice it gives me that error. Any info on this?