Checking out the API for the Google Play IAB v3, the response for the getSkuDetails()
returns price
, price_amount_micros
and price_currency_code
. Unfortunately, The price does not include tax.
Does anybody know of any other way of getting the full price for a purchase or a IAB/subscription item?
Reference: http://developer.android.com/google/play/billing/billing_reference.html#billing-interface
getSkuDetails()
will returnnull
. – Ragin