문제

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

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top