Bundle display name - iOS 11

When I give Bundle display name with space as "Test1 Space1 Test2 Space2", I get the app name as "Test1Space1Test2Space2". This happens only on the iOS 11 and not only my application (I tried application form the appstore and they have some problem). I tried override name

"CFBundleDisplayName" in my InfoPlist.string and use special unicode character \U00A0 (No-break space) and it doesn't help me. Is it some new feature iOS 11?

Replies

same issue here! The only way to fix it is adding   editing the plist by hand in textmode but it shows like a double space.