Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find and change the setting that specifies the name of the iOS application?

I've created an iPhone app project in Xcode and I'd like to change the name that is displayed under the app icon, as well as in alerts, etc. By default, the name of the app is the same as the name of the project. How can I change the name of my iOS app?

Thanks in advance for your help!

like image 890
BeachRunnerFred Avatar asked Sep 03 '10 18:09

BeachRunnerFred


People also ask

How do I change the name of an iOS app?

Build Settings> Change "Product Name" TARGETS> Select app> Change "Display Name"

How do you change the name of an app?

Go to the app > res > values > strings. xml file as shown in the below image. In this file we have a string name as app_name it is the string resource that holds the current app name which is passed in the Manifest. xml file's application tag inside the label attribute.

How do I open iOS app settings?

In the Settings app , you can search for iPhone settings you want to change, such as your passcode, notification sounds, and more. Tap Settings on the Home Screen (or in the App Library). Swipe down to reveal the search field, tap the search field, enter a term—“volume,” for example—then tap a setting.

How do I find app details in iOS?

Go to the Home Screen, then swipe left past all your Home Screen pages to get to App Library. Tap the search field at the top of the screen, then enter the name of the app you're looking for. Or scroll up and down to browse the alphabetical list. To open an app, tap it.


1 Answers

Look for "Bundle display name" inside your application info.plist.

like image 138
Aloha Silver Avatar answered Nov 15 '22 12:11

Aloha Silver