I'm trying to add spaces to my app name and even though my Bundle display name contains spaces they won't show up on the simulator.
Does anybody know how do achieve that?
Thank you very much
Open project "Info".
Add a property "Bundle Display Name" into "Custom iOS Target Properties". (as "Key")
Enter the display name, that will be shown on iPhone/iPad screen under an app icon. (as "Value")
And also you should delete previously installed app and reinstall it.