I am Sophia
I am Sophia

Reputation: 65

Change my app name, Show wrong bundle Identifier

Before, my app's name was "Music" and my Bundle Identifier was named sophia.Music, I want to change my app name to a Chinese name like "音乐".

I changed my product name to "音乐" successfully,but my bundle Identifier changed to "sophia.----" ,can not show the right Chinese name!

Can anyone give some comments?

Thanks!

Upvotes: 3

Views: 339

Answers (2)

Parth Adroja
Parth Adroja

Reputation: 13514

If you want to just change the name of application you only need to go to plist file of the application and change the Bundle name property yo your desired name.

Upvotes: 0

ChrisHaze
ChrisHaze

Reputation: 2810

You're going to need to change it in your app's .plist file. Check out the image below:

enter image description here

Along with the changes to the .plist file, you'll need to change it in your project's Target -> Info. You'll find this when selecting the main project file in the Project Navigator. Once selected, choose target and then info. See the image below:

enter image description here

Upvotes: 1

Related Questions