Search code examples
iphoneiosxcodeios5ios6

Change Application Name


I have developed an iOS app, and it was already put into Apple Store. Now I want to change the name of my application.

What are the things I need to consider & update in my xcode project if I want to replace the current app in Apple Store with the new named app?

Update:

I'd like to not only change name in Apple store but also change the name in project level


Solution

  • Why are you trying to replace your App ? For just changing the Name ? You don't need to do any thing in your Xcode Project or replace your app. Simply follow these Steps and your App Name will be changed.

    Take a look at : change app name in App Store.

    Update : If you simply want to change the name of your Xcode Project then it's a simple 3 Step Process :

    1. Go to Targets in Xcode
    2. Go to Build Setting on your project's Target.
    3. Search for Product Name under Packaging. Change the value of that what you want the new program name is going to be.