I am based in the U.S. and recently a beta tester in Canada reported that he was seeing U.S. prices for IAP, but during checkout he saw completely different (probably Canadian) prices. For example, the US price was $24.99; during checkout he saw $34.99.
For IAP price strings, we use `Purchases.Package.localizedPriceString`.
Is it possible to test price localization? I tried changing region in Xcode run scheme; had no effect.
I had assumed `localizedPriceString` would just work, but perhaps I need to set the locale myself?
Is this a glitch associated with TestFlight?