In v4, I used to have SkuDetails.price to get the price of the product but now it's not available anymore in the new ProductDetails in v5.
How can I get the price of a product in this new version?
When you call getSubscriptionOfferDetails
, it returns the offers available to buy for the subscription product. Then you can call getPricingPhases()
to get the list of the pricing phases. Each pricing phase object has a getFormattedPrice()
call to get the price of an offer's pricing phrase (https://developer.android.com/reference/com/android/billingclient/api/ProductDetails.PricingPhase)