An app I'm developing has a 13 character long name so for the spring board we have shortened the name ever so slightly by introducing a few spelling errors making the app name 11 characters
This has been done by changing the 'Bundle display name' in the info.plist.
The problem is that everywhere else we want the longer name. This includes the title for local notifications, settings menu etc.
I have tried to set the 'Bundle name' to the longer name but that is not doing it.
I know Apple is accomplishing this with for example the weather app which is called just 'Weather' on the springboard but 'Weather Widget' in settings. Is this reserved for Apple only though?