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
Asked
Active
Viewed 95 times
2
-
so why can't you use API version 3 if it works there? because it's too different? – android developer Jul 13 '13 at 14:29
-
I already use API version 3 – Volodymyr Jul 13 '13 at 15:03
-
ok, so i've added my answer. – android developer Jul 13 '13 at 15:09
2 Answers
0
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

Volodymyr
- 6,393
- 4
- 53
- 84
0
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.

android developer
- 114,585
- 152
- 739
- 1,270
-
-
so i still don't understand the question and the problem. if you already have the solution and used it, why to ask about it? – android developer Jul 13 '13 at 15:18
-