Releases: hansemannn/titanium-iap
Releases · hansemannn/titanium-iap
Android 4.0.0
- 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 propertiesoldPurchaseToken
,subscriptionReplacementMode
andoriginalExternalTransactionId
inpurchase()
instead!
Android 3.0.1
- Fix return value of the
purchasesList
attribute inside the callback of thequeryPurchases
function - Update documentation regarding the
queryPurchases
function
Android 3.0.0
- Full support for Play Billing v5
iOS 2.2.0
- Initial open source release
Android 2.3.0
- Initial open source release