Subscription got order is still being processed Error Window In Android Billing V5

Viewed 22

I'm try to upgrade Billing Library from V3 to V5 recently.
One-time products are all purchased successfully.

But Subscription product face some strange issue.
I have purchases the test subscription product when app is used V3 library version, and it was failed and be canceled automatically by Google few days ago (Also received cancel email from Google).

After that purchase process, I have upgrade my app to Billing V5 version and try to purchase test subscription product again.
The Iab purchase window show normally at first, and could click the subscribe button.
But the subscribe are not purchase successfully, it started telling the order is still being processed at loop.
Processed Error Window

Situation:

  1. The processed order didn't show in Google Play Store, so I can't cancel those strange order by myself.
  2. Use queryPurchaseAsync() method always received empty cache purchase list.
  3. I found a Order issues troubleshooter from Google Play. And found several test orders are listed here and the status of those orders are "Chargeable".
    Chargeable order

How can I get rid of those processed order?
I think those unfinished order is blocked my subscription flow and can not purchase any subscription product.

0 Answers
Related