0

I try to buy my subscription, but when I try in my phone next error appears!

"The item you were attempting to purchase couldn't be found"

My subs in the google play console are active, and API is available, please help me.

I have tried buy with product test and everything is fine, but when I try to buy with my subs, I get this error:

"The item you were attempting to purchase couldn't not be found"

try {
    mHelper.launchPurchaseFlow(this, productoComprar, 10001, 
    mPurchaseFinishedListener, "anual");
     } catch (IabHelper.IabAsyncInProgressException e) {
    e.printStackTrace();
}

I need buy my subs that already reconfigured in google play console.

Saed Nabil
  • 6,705
  • 1
  • 14
  • 36
  • This IabHelper is pretty old. You may want to check Google Play Billing Library: https://developer.android.com/google/play/billing/billing_library_overview – DrPower Jun 12 '19 at 21:19
  • Thanks, I think the same, I must change this library, again, thank you for your response. – Jesus Yandun Jun 13 '19 at 16:25

0 Answers0