internationalization - Find out which iOS App store an app has been downloaded from -


i working on ios app has country-specific content , planning have 1 app localized meta-data , content.

i know possible programmatically find out phone's locale render content accordingly; but:

is possible find out app store (us, uk, etc.) app came from? or... alternatively country current app store account associated with?

thanks!

as first understand looking make ios app country specific if yes then. log itunesconnect , click manage apps. select app , click rights , pricing button. can select stores want page.

or

if want app store user downloaded ios app. try this.

// user's country code based on currentlocale nslocale *locale = [nslocale currentlocale]; nsstring *countrycode = [locale objectforkey: nslocalecountrycode];  if ([countrycode isequaltostring:@"us"]){     //for } 

also there related question.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -