Reputation: 25
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
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