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.