android-inapp-billing-v3
android-inapp-billing-v3 copied to clipboard
transactioDetails is NULL
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?
Also same issue with real purchase. The after successful purchase we get the null transaction details.
any help ?
any help ?
Update with the latest version dependency and your issue will solve.
implementation 'com.anjlab.android.iab.v3:library:1.1.0'
1.1.0 is doesn't work. loadOwnedPurchasesFromGoogle can solve it.