The consumable product prices in the app store and the prices that appear in my flutter project are different

App Store Connect> My App > In App Purchase> There is a difference between the prices of the consumable products I create and the prices that appear in my application.

Example;

Price of a consumable product that appears on page App Store Connect> My App > In App Purchase costs 16.99(Tier 1) Turkish Lira

But,

The price that appears in my flutter project is 8.99 Turkish Lira.

Why the price of the product seems less in my flutter project?

Note: I'm using RevenueCat. No problem with Google Play Store prices.

Is the RevenueCat SDK first party in Flutter for iOS? I'd start with the library developers for your question. You could try using the native swift version of RevenueCat and see if the same problem exists.

The purchase works successfully only the price seems less, would you suggest I do what you say anyway?

The consumable product prices in the app store and the prices that appear in my flutter project are different
 
 
Q