android-inapp-billing-v3 icon indicating copy to clipboard operation
android-inapp-billing-v3 copied to clipboard

transactioDetails is NULL

Open maxi182 opened this issue 5 years ago • 4 comments

Hi, Implementing the billing api, and trying to purchase "android.test.purchased" just for testing, it returns TransactionsDetails null. I have tested adding on gradle the version 1.1.0 of the library. If I test on the sample project to but the test item, the transactioDetails is comming back ok, the only difference I can see btw the sample and my project is that I add the library on gradle and the library on the sample is local.

Any help?

maxi182 avatar Aug 13 '19 15:08 maxi182

Also same issue with real purchase. The after successful purchase we get the null transaction details.

Neeraj0859 avatar Dec 06 '19 04:12 Neeraj0859

any help ?

ucf0709 avatar May 11 '20 07:05 ucf0709

any help ?

Update with the latest version dependency and your issue will solve. implementation 'com.anjlab.android.iab.v3:library:1.1.0'

piyushl85730 avatar May 13 '20 05:05 piyushl85730

1.1.0 is doesn't work. loadOwnedPurchasesFromGoogle can solve it.

iostyle avatar Jan 11 '21 03:01 iostyle