3.3.0
- Added optional
subscriptionPurchaseParams
tolaunchPurchaseFlow
method to unify subscription purchase definitions.
Added optional parametersbasePlanId: String?
andofferId: String?
, which replaced old index parameters.
Similarly withProductDetails.getFormattedPrice
, which now take optionalsubscriptionBasePlanId
andsubscriptionOfferId
. - Removed
PriceUtil
object, use extension methodsProductDetails.getFormattedPrice
andProductDetails.getFormattedPriceDivided
.
Full Changelog: 3.2.0...3.3.0