Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iTunes Connect App Name vs. Bundle Display name in info.plist

I'm wondering is there a difference between iTunes Connect App Name that you enter vs. the Bundle Display name in info.plist?

I saw some posts that mention you can easily change your app name displayed under your icon on the iphone by just changing info.plist. How does that work without changing the iTunes Connect App Name to match? For example, could I type in "Facebook" into my info.plist for an update while my iTunes Connect App Name says "MyMadeUpAppName?

like image 434
prostock Avatar asked Aug 12 '11 23:08

prostock


People also ask

What is bundle display name?

The user-visible name for the bundle, used by Siri and visible on the iOS Home screen.

How do I change my bundle name?

Change the Bundle IDChoose your project from the left side, then your app target under TARGETS, select the General tab and rename the Bundle Identifier.

Can you change the name of an app on Apple?

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


1 Answers

The name in iTunes Connect will appear in the App Store; the Info.plist display name will appear on the home screen.

like image 85
jtbandes Avatar answered Oct 04 '22 15:10

jtbandes