The iPhone application localizes and changes the name of the application based on each application store for each country.

I found how to localize my application and how to change the application name for each user locale, but can someone tell me if I can change the name of the application in the application store?

I mean the following.

My app is called "helo" in the English app store. If the user is from Italy and is trying to find my application in the Italian application store, I want the application name to be "ciao". Is this possible with a localization system in xcode?

Any help was appreciated.

+4
source share
1 answer

In itunesconnect, go to your app details and then version details. In the upper right corner, click the "Manage Locations" button.

Here you can add all the version information of the application for each localization that you want to support. This includes the name of the application (display name in iTunes), a description of which new ones, keywords, etc.

See the iTunes Connect Developer's Guide , Adding a New Localization, page 63 for more information.

+5
source

All Articles