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
I have the same issue. Only on iOS 11. On lower iOS version this issue isn't appeared.
I resolved this with:
That's all. After that display name shows with space.
works only when typed in *.plist. Can't be inserted in Display name in Xcode project settings;