Flutter adapty.makePurchase(...) takes more ~20 seconds on iOS
complete
A
Anderson Oki
After invoking await adapty.makePurchase(product: event.product); it takes between 5 seconds and 30 seconds until the purchase dialog of the App Store is purchased which leads to display long loading times to the users.
Is this some implementation issue from the client side (flutter app), the communication between Adapty and Apple or something else?
I troubleshooted the network from the client side, and doesnt seems to be an issue with the local network. Also i tested on different devices.
Adapty Support
complete
A
Anderson Oki
Looks like the issue is with TestFlight, i performed the same test, against production, so the issue can be closed. Sorry about that.
A
Anderson Oki
I have a native implementation also using Flutter and it usually takes between 500ms and 2 seconds to communicate with Apple store without using Adapty, so i wonder where is the issue.