libgdx / gdx-pay

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

Support for Android Google Play Store without OpenIAB #80

Closed keesvandieren closed 8 years ago

keesvandieren commented 8 years ago

gdx-pay-android-openiab has some issues, that might be caused by OpenIAB.

Some stacktraces that might be caused by:

java.lang.RuntimeException: IabResult: 6, Unable to buy item (response: 6:Error)

java.lang.RuntimeException: IabResult: -1002, Null data in IAB result (response: -1002:Bad response received)

Provide an alternative implementation that hooks directly into Google Play in app purchase api

noblemaster commented 8 years ago

Closed: please use the new Google Play backend instead if you are targeting the Google Play store.