Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test setting different locales for SKProductsRequest

I am implementing IAP in an iPhone app and am working in the sandbox environment. I have my code setup to process SKProducts returned by an SKProductsRequest to get pricing information. I would like to test retrieving price values in different locales (e.g. Euros or Yen) to test my formatting code. How can I get SKProductsRequest to return different locales?

like image 726
Josh Knauer Avatar asked May 18 '11 17:05

Josh Knauer


1 Answers

Answering my own question here. You can test this by creating IAP test users in different stores on iTunes connect.

like image 122
Josh Knauer Avatar answered Oct 21 '22 01:10

Josh Knauer