Ok, I have this issue 90% of times.
- The user clicks the CTA button in the app
- Apple payment button is shown
- The user subscribes
- Then it seems everything has gone OK
- I get no error in the console, no report — nothing
- then the Apple payment button pops up again
- If I don't put the password and if I don't subscribe the second time, the IAP will be unsuccessful.
I'm using this flutter plugin for IAP: https://pub.dev/packages/flutter_inapp_purchase. I also reported it there: https://github.com/dooboolab/flutter_inapp_purchase/issues/318 but no one has picked it up.
I'm wondering whether it may be an iOS issue that many users are experiencing these days, besides the Flutter plugin?
maybe related: What do I need to do once I request IAP (in-app purchase)?