14
votes

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?

4

4 Answers

22
votes

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

2
votes

Info.plist.

- You Set the bundle identifier to YourAppName.
- The Identifier should not contain spaces or funny characters - alphanumeric and dashes are allowed.
- If you want your app to be named something different on the actual device than its name in Xcode, change the "Bundle display name" as well.
- Set the bundle version number.
- Be sure the icon file is set.

iTunes

Once you are logged in to your developer account, you can "Manage Your Applications", then " Add New Application". which will show on your itunes store. You can change your app name for your itunes store any time

1
votes

If you change the Bundle Display Name, you should also change your iTunes Connect App Store.

I have had a rejection referencing the following: 2.3 Performance: Accurate Meta Data (Performance - 2.3.8)

Quote from Apple: "We noticed that the app name to be displayed on the App Store and the app name displayed on the device do not sufficiently match, which makes it difficult for users to find the app they just downloaded."

A helpful hint from Apple: "It is important NOT to change your Bundle Identifier, which is used to uniquely identify your app in the App Store. Changing the Bundle Identifier will prevent users from upgrading and will effectively introduce a new app rather than an update."

0
votes

It's been years since this is posted. But hope someone will find this useful.

Yes, you can change your Bundle identifier easily by editing your plist.

enter image description here

And you can change your iTunes App Store name by editing the Name under iTunes > Your App > App Store Tab > App Information

Bundle Display Name and iTunes app name should not be identical, but of course it should be somewhat similar to each other. So that the user knows it's the same app which is there in the App Store. I got my previous version approved with names in below format.

Display name : MyAppName

App Store Name : MyAppName - Country Name

For more details refer 3.4 in App Store Review Guidelines