views:

103

answers:

0

Hi everybody,

I created an in-app subscription with both English and Russian titles and descriptions. I checked that my iPhone's current locale is ru_RU by looking at [NSLocale currentLocale] object. But when I try to retrieve the list of products, SKProductsResponse object still returns English localized title and description instead of Russian ones.

This happens in a sandbox. My IPhone belongs to US AppStore.

Any ideas how to retrieve titles and descriptions in proper language?