I tried many ways to add space for my application name, but still couldn't figure it out correctly in iOS 11. I also tried all the methods in stackoverflow, but still can't do it. My application name on an iOS device now looks like this "MyAppNa ..." Any suggestions?
This is my part of my info.list code.
<key>CFBundleDisplayName</key>
<string>My App Name</string>
<key>CFBundleExecutable</key>
user8896788
source
share