How to change the name of an iPhone app.
In this post i will let you know how you can change the name of an application.
Consider below conditions to change the name of an iPhone app :
You have created a project for an application and then after you have to change the name of an application.In that condition what you will do..? you are not going to create a new project at all.
So you have to follow the below steps.
Suppose this is my project which had name as “HelloWorld“. (Above xcode 4.6)
This is how your project looks on initial look.
This is how your application name look .
Lets change the application name :
Steps to change app name
1. Select your project
2. Go to “TARGETS” section, select your project target
3. Go to “info” section
4. Go to Custom iOS Target Properties
5. Find “Custom iOS Target Properties” And Change its value according to your need. Suppose we change the name to “BIGWORLD”
Save the changes and run your program
Now your app name is changed to “BIGWORLD”.
Note : Do not Include the special characters in in project name. If you do that it will cause an error at the time of uploading the app on AppStore.
Enjoy Coding.