codeDude
codeDude

Reputation: 519

Idea for testing In App Purchases on iOS; the currency displayed

As I am testing In App Purchases of my app project (for iOS) at the moment, I am trying to figure out how to test for users from different countries(if the number-formatting code is correct for currencies/prices being displayed):

So how could I mimic/simulate being in another country/continent? Is there another solution? (besides travelling....just for testing purposes :)!!)

Pls correct me if I ask something stupid or if it is already asked (I could not find a similar question)

Upvotes: 5

Views: 1185

Answers (1)

Kymer
Kymer

Reputation: 1214

You can change the application region in the scheme settings.

Go to Product > Scheme > Edit Scheme. Then under Run select the Options tab, here you can easily change the region (and language) settings:

Scheme settings

Upvotes: 4

Related Questions