Home > Net >  Flutter Revenuecat product prices always on USD
Flutter Revenuecat product prices always on USD

Time:08-24

I'm using Revenuecat for in-app payment v 3.4.0 with flutter appplication, my probleme is that the prices of product is always on USD, Even when I change the country and the region in my iPhone X, to show the prices I use product.priceString.

CodePudding user response:

When you create a sandbox tester in App Store Connect, you can define the App Store Country or Region for the tester - that will determine the locale of the SKProduct.

CodePudding user response:

From my understanding Revenuecat is an interface to GooglePlay and AppStore features.

I think you should define the price and related currencies in your app page on respective stores.

Revenuecat documentation:

Additional resources towards that answer: Google FAQ and Guide to multiple currencies

  • Related