Adding space in app name for iOS 11.

Hi,

I am facing very abnormal issue as in iOS 11, space is getting removed between app name in iOS 11.

I have tried to get space in between app name using following steps:


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


But  
is displayed as a double space in the Settings app on iOS 11 and the Home screen on iOS 9 & 10.

Thnaks in advance.

There is no need to edit Info.plist as source code, and there should be no need to hack a space w/unicode. I would back those changes out and perform an option-clean build folder, then change the display name via Xcode per QA1823 https://developer.apple.com/library/content/qa/qa1823/_index.html


How many characters in the name, counting the space?


Which version iOS 11 are you testing on what device(s)? What languages are you checking with?

None of these recommendations work (for future readers) don't waste your time. It's not possible to have name > than 12 characters with space on iOS.

Adding space in app name for iOS 11.
 
 
Q