Hi. We have just implemented some IAPs and are in the process of testing them. We are using accounts registered as testers. The first purchase of a consumable items succeeds, but subsequent purchases fail. In code, we are trying to consume the first purchase by calling SamsungIAP.ConsumePurchasedItems (Unity API), but we are getting the following response:
OnConsumePurchasedItems : {"errorInfo" : {"errorCode":0,"errorString":"","extraString":""},"results" : [{
"mPurchaseId": "com.amuzo.dobble.tickets.small",
"mStatusCode": 1,
"mStatusString": "Can't find order with this purchaseID."
}]}
Is this to do with using tester accounts?