Reputation: 512
I am testing in app purchases for my app using internal testers I was able to buy the product and acknowledge the purchase but when I use queryPurchases(). getPurchasesList () it is returning null.please help
Upvotes: 0
Views: 186
Reputation: 331
billingclient.querypurchase().getPurchaseList() this only works on the version 2.x when responseCode is ITEM_ALREADY_OWNED. You should check their sample.
Upvotes: 1