I've followed the training about "In-App Billing v3" of Google. I get to do a buy of a item but I've a problem.
https://developer.android.com/training/in-app-billing/index.html
I've canceled and refunded the buy but the app detect the buy as true. I can't continue testing my app because always I detect as purchased the item.
The only error that I've found in logCat is the next:
[3687] InAppBillingService.logResponseBundle: Bundle does not contain a response code
Appears after launching mHelper.queryInventoryAsync(mGotInventoryListener).
Any idea?