Gdx Pay Versions Save

A libGDX cross-platform API for InApp purchasing.

v1.0.0

4 years ago
  • Googlebilling: Fixed #201 purchaseRestore returned cancelled or already consumed items
  • iOS RoboVM: Fixed #198 crash on app start
  • PurchaseSystem removed
  • Google Play AIDL implementation removed

v0.12.1

5 years ago

Changes:

  • Server implementation can verify Google Play IAP
  • iOS RoboVM: adjusted error handling to match other implementations
  • iOS RoboVM: better and overridable App Store Promotions support (#192)

No interface or behaviour changes.

Please note that PurchaseSystem class and googleplay implementation are deprecated and will be removed with the next version. Use googlebilling for Google Play IAP instead.

v0.12.0

5 years ago

Changes:

  • Googlebilling sets TransactionDataSignature field for server-side purchase validation
  • Fixes for Googlebilling crashes if dispose is called while calls are still running

No interface or behaviour changes.

Please note that starting from this version on, libGDX 1.9.8 or higher is needed.

v0.11.4

5 years ago

Changes:

  • Fix for googleplay: handle null data in convertJSONPurchaseToTransaction
  • Fixes for googlebilling #180 #183

No interface or behaviour changes.

v0.11.3

5 years ago

Changes:

  • Added googlebilling Android implementation
  • Improved Android Amazon implementation
  • New GdxPayException subclass ItemAlreadyOwnedException
  • Removed various unused modules (still something more to be removed, see #159 for details)

v0.11.2

6 years ago

v0.11.1

7 years ago

Copy currency-code from iOS backend to Information.java

v0.11.0

7 years ago

#144 Cannot get Information on GooglePlayStore if there are more than 20 Offers #142 added MOE support #123 added Robovm 2.3.x support

v0.10.3

7 years ago

#118 handlePurchaseCanceled not always called #120 ability to cancel Google Play Test purchases #122 Replace Gdx logging with standard Android logging (prevents crashes)

V0.10.2

7 years ago

Solved: #117 Crashes on Android, because of global, possibly null objects used