Bundle display name missing space characters

后端 未结 6 800
没有蜡笔的小新
没有蜡笔的小新 2020-12-15 03:43

When I give Bundle display name with space as \"A B C D\", I get the app name as \"ABCD\". This happens only on the iOS 11.I tried override name\"CFBundleDisplayName\" in my

6条回答
  •  借酒劲吻你
    2020-12-15 04:05

    I have the same issue. Only on iOS 11. On lower iOS version this issue isn't appeared.

    I resolved this with:

    1. Open info.plist as Source code(right click, open as...)
    2. Find CFBundleDisplayName
    3. Replace normal space with unicode

    That's all. After that display name shows with space.

    UPDATED:

    works only when typed in *.plist. Can't be inserted in Display name in Xcode project settings;

提交回复
热议问题