Change my app name, Show wrong bundle id

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

I changed my product name to "音乐" successfully, but my package ID was changed to "sophia .----", can't show the correct Chinese name!

Can anyone comment?

Thank!

+3


source to share


2 answers


You will need to change it in your application .plist

. Check out the image below:

enter image description here



Along with the changes in a file .plist

you will need to change it in your project The purpose β†’ info . You will find this when you select the main project file in the Project Navigator. Once selected, select a target and then information. See image below:

enter image description here

+1


source


If you just want to change the application name, you only need to go to the application plist file and change the package name property with your desired name.



0


source







All Articles