duccong / marketbilling

Automatically exported from code.google.com/p/marketbilling
0 stars 0 forks source link

[FeaturerRequest] extra data in each sku detail #124

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to sell my in-app products with 50% discount.
So I changed the price from $2 -> $1 but my app still gets $2 from 
getSkuDetails().
If I click 'Buy' the market's purchase shows $1 but
when I restart my app getSkuDetails still returns $1. (This is another problem. 
maybe the market's purchase dialog doesn't refresh the cache, I guess.)

What can I do about this synchronization problem?
My idea is that
if I can enter some extra data in developer console and getSkuDetails returns 
the data along with price, title, description.
Then I check the extra data and decide whether to put the 'discount badge' in 
the product list.
This is just an example for usage of extra data... but it could be useful in 
many ways I think.

The price from purchase' dialog and getSkuDetails is still an issue though.

Original issue reported on code.google.com by noranb...@gmail.com on 1 Jun 2013 at 9:14