Question

[Flutter Android] PurchasesErrorCode.productNotAvailableForPurchaseError

  • 30 June 2022
  • 5 replies
  • 287 views

Badge +3
  • Fetched all offerings with accurate details
  • Create a closed testing release with testers (Successfully published)
  • Using a real device with logged in email in the play store that is included in the testers

All of the necessary steps to test the subscription feature have been done but still I’m getting : 

D/[Purchases] - DEBUG(10299): ℹ️ Vending Offerings from cache
D/[Purchases] - DEBUG(10299): ℹ️ Checking if cache is stale AppInBackground false
I/flutter (10299): PurchasesErrorCode.productNotAvailableForPurchaseError
I/flutter (10299): The product is not available for purchase.

 


5 replies

Badge

Hi @Dubs 

Thank you for posting here, I have one question to see If we are pointing in the right direction. Have you configured the offerings and the packages? https://docs.revenuecat.com/docs/entitlements

 

Is the product an in app purchase or a subscription?

 

Another thing to double check is that the products are active.

Badge

Hey @Roberto Ansuini  I also have the same issue is @Dubs  has. And I also reay all of the documentation that you provide in the line but still getting the same error is Dubs has.

The product is not available for purchase. Could you please help me in that.

I am facing the same problem, is there any solution for it?

No response from the representative, has any one solved it yet?

 
Badge +2

In my case I uploaded flutter release build with integrated purchases to google play (no need to publish it, maybe you need to start internal testing but I’m not sure).

After google saw build with in-app purchases enabled everything start to work.

Reply