Question

I am using AndroidBillingLibrary for purchasing. But I don't know how to get the price of purchase (in-app item) in code. If it possible using the library, because this library based on In-app Billing API version 2? I saw that it is possible in API version 3 link

Was it helpful?

Solution

This is impossible. But I implemented in-app Billing version 3. This is not so hard, there is a great and very simple documentation link. Also Google provide a sample which anyone can download and use how to install sample

OTHER TIPS

if you use API3 of the in-app billing library, this feature is already there.

it seems it's called "getSkuDetails" .

for more information, watch the google IO 2013 lecture "In-App Billing Version 3" : https://developers.google.com/events/io/sessions/324958374 , slides 104-107 .

you can also read the documentation...

sadly, even though they've added many nice features and made it easier, they've removed the feature of unmanaged purchases, but that's a different story.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top