I am using package purchases_flutter for handling in app purchase. This package is powered by RevenueCat
Payment dialog appear by executing this line
Purchases.purchasePackage(package);
For android all is working good but for iOS I am facing following error
Purchase is a duplicate and will not be reported. Product ID: product_id
Is there any workaround for this?