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

后端 未结 8 478
醉话见心
醉话见心 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:40

    There are two ways to change app display name.

    Solution 1:

    Goto Targets -> General Tab -> Identity section

    In this you’ll find Display Name field where you set app display name.

    Solution 2:

    Bundle Display Name property is not present by default in Info.plist. You need to explicitly add this property.

    Below image shows how to add this property.

    Note: If still this new name is not reflected in your app then delete app and install it again.

提交回复
热议问题