Our app has been rejected by Apple because the payment process is very slow.
Payment sheet takes about 5 seconds to load and then an additional 4 to 5 seconds to complete payment.
We are using sandbox for testing and the package version purchases_flutter: ^4.11.2
We simply use the following line to purchase a product.
await Purchases.purchaseProduct(‘productid’)
The configuration is all correct and payment goes through. It’s just sooo slow.
I would expect the payment sheet to show up pretty quickly.
IAP products have been defined in the App Store as consumable products and in revenuecat as well.
Are we missing something? Is this a known issue with this package?
Thank you