Remove In-App Billing test ID's history for retesting

android, in-app-billing

Solution

You need to consume the purchased product in the code. After that you can purchase it again.

IabHelper.consume(purchase)

Problem

I m testing in-app billing on test ids but once i purchase i cannot purchase it again because the response is "you have already owned product" but i need to purchase it again for testing. So how can i do it? The Merchant Account also does not contain purchase data.

Original source