When I give Bundle display name with space as "Test Space", I get the app name as "TestSpace". This happens only to one of my project. When I create new project this works fine. What could be the reason for this? How do I solve this?
The reason for this issue is the exact character count "AAAA AAAAAAAA". This problem only occurs if we have space with 12 characters length app name. If it is one character more it shows like "AAAA AAAAA..", or if it is one character less it shows correctly as "AAAA AAAAAAA". So Basically this is only because of character length.