Skip to content

Releases: hansemannn/titanium-iap

Android 4.0.0

10 Jul 11:37
b2cbb32
Compare
Choose a tag to compare
  • Support for Google Play Billing 7.0.0 (previously: 5.0.0). This version also resolves the Play Console warning about deprecated API usages

Important

This is a major release with breaking changes. Please make sure to update your code accordingly:

  • The purchase method now uses an object, not String.
- purchase(productId);
+ purchase({ identifier: productId });
  • The launchPriceChangeConfirmationFlow method has been removed, because it was removed from the In App Billing SDK v6. Please use the new properties oldPurchaseToken, subscriptionReplacementMode and originalExternalTransactionId in purchase() instead!

Android 3.0.1

06 Oct 18:31
Compare
Choose a tag to compare
  • Fix return value of the purchasesList attribute inside the callback of the queryPurchases function
  • Update documentation regarding the queryPurchases function

Android 3.0.0

03 Oct 10:18
cda9f5a
Compare
Choose a tag to compare
  • Full support for Play Billing v5

iOS 2.2.0

16 Aug 09:55
Compare
Choose a tag to compare
  • Initial open source release

Android 2.3.0

16 Aug 09:56
Compare
Choose a tag to compare
  • Initial open source release