1

I have developed an app with billing purchase.

I have list of test user account in google play console and I can purchase as a test user(alpha release).

Everything is fine in test purchase. Now I have released the app in production. I want to purchase the same product which I was purchased as a test user.My problem is I can't purchase the same product via the same google account. It throws "Item already owned" error message.

Hasan Kucuk
  • 2,433
  • 6
  • 19
  • 41
Grace Venkat
  • 189
  • 1
  • 10

1 Answers1

0

Products without subscription must be consumed after receipt.

mBillingManager.consumeAsync(purchase.getPurchaseToken());
Hasan Kucuk
  • 2,433
  • 6
  • 19
  • 41