Android in-app billing: Error consuming sku android.test.purchased (response: 5:Developer Error)
问题 I have sent a test purchase intent via standard helper: String SKU = "android.test.purchased"; mHelper.launchPurchaseFlow(this, SKU, 10001, mPurchaseFinishedListener); The purchase was made successfully, but when I try to consume the purchased item using: mHelper.consumeAsync(inv.getPurchase(SKU), mConsumeFinishedListener); I get the following error: Error while consuming: IabResult: Error consuming sku android.test.purchased (response: 5:Developer Error) I've created a Play Store signed apk