iOS Xcode How to modify the name of an app

Source: Internet
Author: User

iOS Xcode How to modify the name of an app

When you create a project, you are asked to enter Product name & Company Identifier , The value of these two properties is should and the bundle identifier you created in the "Provisioning Portal" of Apple Developer Member Center (not app ID) match! If it doesn't match, push notification feature and cloud feature are unsuccessful!!

For example

When you create the app ID, set thebundle Seed ID (App ID Prefix)to "abx453b", "bundle Identifier (App ID Suffix) "For"edu.cityu.MobileCap", then your app ID is"ABX453B.edu.cityu.MobileCap".

When you create project, the "company identifier" should be set to "Edu.cityu" and the product name should be set to "Mobilecap", which means

Company identifier value + Product Name value = Bundle identifier in APP ID


Of course, even if you create project, the settings of the above 2 properties and bundle identifier do not match, or can be modified:

1. Select project root node in the left navigation panel, selecting the "Targets" item in the panel that appears next to it. The Property Settings window will appear next to it.


You'll see "bundle identifier" in "Summary tab", which can only modify the first half, which is the "edu.cityu" section you set when you created project, and the back The Product name section cannot be modified. So we can't change it in this place, but select "info" tab, see



You will see the value of "bundle identifier" as edu.cityu.${product_name:xxxx), which was originally used with dynamic parameters, no wonder the bundle mentioned above Identifier can only modify a part. In this case, you can change it all, for example I changed it to "edu.cityu.testApp".


Note: This "bundle identifier" value for your app project must match the "bundle identifier" of the app ID you created earlier


You can also see that "Bundle name" and "bundle display Name" are set to dynamic parameter ${product_name}.

Bundle name -is folder name, the where your app (including executable file and all resources) would be stored (Cool P Rogram.app). We recommend that you do not modify the bundle name

Bundle Display Name -is the name that will be shown on the iphone screen, that is, when you install the app to the iphone.

Note:bundle display Name must correspond to bundle name, that is, bundle display name and bundle name cannot be too far apart. For example, if the bundle name is set to Theapplication, and the bundle display name is set to "Golden Bottle plum", Apple will reject your app.


Of course, you can also modify these properties in the Info.plist file.


iOS Xcode How to modify the name of an app

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.