Reputation: 6216
The Android In-app Billing Overview states
"When the checkout process is complete, the service sends your application the purchase details, such as the order number, the order date and time, and the price paid."
However, it doesn't appear there is a parameter for price paid in the PURCHASE_STATE_CHANGED notification. Am I missing something? Does anyone know how to get the total price of a purchase at runtime?
Upvotes: 0
Views: 695
Reputation: 52956
The documentation is probably out of sync with the current implementation. There is unfortunately no API to get the price of IAB items, and I the PURCHASE_STATE_CHANGED JSON didn't include such a field last time I checked.
Upvotes: 1