Kalaivani
Kalaivani

Reputation: 424

Finding which region's app store iOS app is downloaded from

I need to show legal information based on which app store user used to download the app. I understand i can't access user's iTunes account information from my app.

Are there any alternate ways to get to know about the store info.

Upvotes: 0

Views: 1381

Answers (1)

Kalaivani
Kalaivani

Reputation: 424

The solution i could find is upload different builds in different region app store.Those builds should be having an entry of "Localization native development region" which should set to english/german/spanish etc in the info.plist and read that value in your code to find out which language is set for key "kCFBundleDevelopmentRegionKey" and show the legal information according to that.

Upvotes: 1

Related Questions