When I give Bundle display name with space as "my app display name", I get the app name as ("myappdisplay..."). This happens only on the iOS 11 , in iOS 10 and below(<) it is showing properly as ("my app displa...") .
I tried to override name "CFBundleDisplayName" in my Info.Plist with unicode character ,working fine at iOS 11 but it is showing double space in iOS 9 and 10.
Another question is this a feature or a bug ? If it is feature , Can you provide me apple official link.