On Tue, Mar 26, 2013 at 10:13 AM, sammiwei <[email protected]> wrote:
> On the official site,
> http://developer.android.com/google/play/billing/billing_reference.html#billing-interface
> it is said: getSkuDetails() returns a price as "Formatted price of the item,
> including its currency sign. The price does not include tax."
> I want to have some clarifications:
> 1. the price, even though is with currency code, it is the price the
> developer sets when he/she published the app, regardless of the buyer's
> currency settings. Is this correct?

No. You get local price with the local currency, mostly. No guarantees
though, it seems under some conditions you might get something
different.

https://code.google.com/p/marketbilling/issues/detail?id=93

Also there is no way to get tax rate, so you can't display the
same price that the user will actually see in the Play Store
client. This makes this API  pretty much useless in its current
form.

> 2. If the first statement is true, is there anyway I can get the
> what currency the buyer actually paid for the app after the purchase is 
> finished?

I don't think so, unless something has changed.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to