Skip to content

3.4.0

Latest
Compare
Choose a tag to compare
@mvojtkovszky mvojtkovszky released this 27 Dec 08:13
· 2 commits to develop since this release
  • add support for purchase history records. New methods and properties:
    • BillingHelper.purchaseHistoryRecordsQueried, BillingHelper.initQueryPurchaseHistoryRecords and BillingHelper.getPurchaseHistoryRecords
    • BillingEvent.QUERY_PURCHASES_HISTORY_RECORDS_COMPLETE and BillingEvent.QUERY_PURCHASES_HISTORY_RECORDS_FAILED
    • queryPurchaseHistoryRecordsOnConnected in BillingHelper constructor
  • fix ProductDetails.getFormattedPriceDivided to cover cases where price is formatted using comma and dot.
  • rename querySkuDetailsOnConnected to queryProductDetailsOnConnected.
  • rename getPurchaseWithProductName to getPurchasesWithProductName as multiple purchases can exist for a single product name (f.ex. when updating a subscription).
    Otherwise .last() is the one you're after.
  • bump Kotlin to 2.0.21, Gradle plugin to 8.7.3

Full Changelog: 3.3.0...3.4.0