Search code examples
iphonelocalizationxcode

iPhone app localize and change name of the app based on each country app store


I have found how to localize my app and how to change the name of the app for each locale the user has but could anyone tell me if i can change the name of the app in the app store?

What i mean is the following.

My app is called "helo" in the english app store. If a user is from italy and tries to find my app in the italian app store i want the app name to be "ciao". Is this possible by using localization system in the xcode?

Any help appreciated.


Solution

  • In itunesconnect, go to your app details, and then version details. In the top-right corner, press the 'Manage Localizations' button.

    From here you can add all the app version details for each localization you want to support. This includes the app name (display name on iTunes), description, what's new, keywords, etc.

    For more information, see the iTunes Connect Developer Guide, Adding a New Localization, pg. 63.