Hiya! Our paywall screen has a “currency]0.00” — free option, with the currency based on offering?.availablePackages.first?.product.priceFormatter?.locale
.
With StoreKit 1, this properly returns the expected, matching locale, like Optional(en_US@currency=INR (fixed))
But now that we’re starting to test out StoreKit 2 support, we get back Optional(en_US (autoupdatingCurrent))
...when using a .storekit
file with the storefront changed via Editor > Default Storefront. We can also reproduce this on device.
It’s unclear to me if this would be a RevenueCat or a StoreKit 2 bug?