Caleb Jones
Caleb Jones

Reputation: 25

Flutter IAP's not initiating payment popup after being cancelled once

I am using the official in-app-purchase library to handle billing. I have essentially copied the exact working example for my app. After clicking an In-App-Purchase the App Store pop ups as expected - if the user cancels that purchase for any reason and then goes back and clicks the IAP again, the App Store no longer attempts to pop-up. This is true after reboots, re-installs, new versions, etc. that product is no longer reacting to user input.

The one interesting thing to note - this behavior is not seen whatsoever when testing through TestFlight.

Upvotes: 2

Views: 785

Answers (1)

Divyesh
Divyesh

Reputation: 2413

Many flutter developers facing issue in IAP, check this thread: GitHub: Flutter IAP iOS issue

You can try this alternative solution:

Upvotes: 1

Related Questions