How can I add spaces to the app name

2019-07-28 06:23发布

问题:

I'm trying to add spaces to my app name and even though my Bundle display name contains spaces they won't show up on the simulator.

Does anybody know how do achieve that?

Thank you very much

回答1:

Open project "Info".

Add a property "Bundle Display Name" into "Custom iOS Target Properties". (as "Key")

Enter the display name, that will be shown on iPhone/iPad screen under an app icon. (as "Value")

And also you should delete previously installed app and reinstall it.



回答2:

Goto build settings, Under product name, set the desired name with spaces. It will work fine.



回答3:

From iOS 11, if app name consists of more than 12 characters, OS will automatically remove spaces.

I don't see any workaround for that as of now.



回答4:

From the iOS 11 onwards, Please follow below ToDo I have did and worked well !!



标签: ios xcode8