How do I change the name displayed underneath my app icon on my device's Home screen in iOS?

5.2k Views Asked by At

I'm trying to change my app name which is displayed with icon on my device's home screen in iOS. Every post says this can be done by changing string in "Bundle display name" in App's Info.list file. But it didn't work for me. I've changed my "project name","target name" and "This Bundle display name". None of these helped me.

When I check the bundle display name on running app with following code it shows the updated name. But the app name is still remained.

NSLog(@"APP NAME : %@",[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleDisplayName"]);

BTW, My app has been created around 4-5 years ago and I've been trying to change the app name recently.

Can you guys help me? It doesn't matter any possible solution or suggestion. Please let me know if you guys need more information.

Thanks.

4

There are 4 best solutions below

11
abintom On

You can change the name of the App displaying in Home Screen by changing the Bundle Display Name in Info.plist or if you need to change the Build product name then change

Target -> Build Settings -> Packaging -> Product Name.

2
Uma Madhavi On

Info.plist-> Bundle name replace completely with your desired it works when you run the app.

4
psci On

This is how I do it in Xcode7:

  1. Click tour project in Project navigator

enter image description here

  1. Open the utilities tab (on the right side) and change the name

enter image description here

  1. Wizzard will appear

enter image description here

  1. Click rename. Done.

It's always a good practice to make backup somehow (git or project snap shoot) before renaming project :)

3
Gobi M On

Refer below image: enter image description here

Suppose that if you want to install same app again with different name then change bundle id.