IAP android item already owned

Hello there ,

the problem actually cannot configure the iap plugin correctly … after following the instructions on the documentation
this was the result … I’d also checked the the manual integration everything seems to be going alright

06-12 11:26:57.559 8281-8281/? E/IAP: Unable to buy item, Error response: 7:Item Already Owned
06-12 11:26:57.559 8281-8281/? D/IAP: Ending async operation: launchPurchaseFlow
06-12 11:26:57.559 8281-8281/? E/IAP: Error purchasing: IabResult: Unable to buy item (response: 7:Item Already Owned)

if anyone can help

Thanks

It looks like Android, have u set in JSON to consumable to buy it again?

Please make sure the item is consumable. if you want to purchase it again.

For recover non-consumable, you could use restore function

I have all of items are set as consumables. After the first purchase, I can not buy it anymore. Constantly I receive “Purchase Failed: 7 item already owned”. I have the latest version of the library. What am I doing wrong?

@Kreed version 2.4.1.0?

@bananni yes, iap - 2.4.1.0. SDKBox - 1.0.1.42
Tell me how to enable these logs: BillingHelper.logVerbose. I want to make sure that the correct type is passed

By the way, a small correction. This error appears only after applying the promotional code. Regular purchase works fine. Why is that?