How to change app display name in Xcode 8 to add a space

后端 未结 8 454
醉话见心
醉话见心 2021-02-03 22:05

I am trying to put a space in my app name (standalone sticker pack) in Xcode 8. The solutions I\'ve seen on here are to change the Product Name (in packaging) or to change the \

8条回答
  •  无人及你
    2021-02-03 22:28

    Steps:

    1. Open project Info.

    2. Add a property Bundle display name into Custom iOS Target Properties. (as "Key")

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

    It's my solution that works properly. Also you should delete previously installed app and reinstall it. Solution

提交回复
热议问题