Hi guys!
I'm integrating subscriptions in my Flutter app using RevenueCat. iOS case. I'm encountering an issue where the price shown on the paywall differs from the price shown at the actual App Store checkout.
For example:
* On the paywall, I show $59.99 (taken from `package.storeProduct.priceString`)
* But when the user proceeds to the purchase, the App Store sheet shows $69.99
I'm not hardcoding any values — I use priceString from RevenueCat offerings.
I use Flutter, but the issue happened on IOS only
Questions:
-Why might there be a mismatch between the price from on paywall and checkout?
Thanks in advance for any insight!