Search code examples
iosapplication-name

Appname having dots at last of appname


I am having application name as "MYApplication" but it showing me as "MYApplica..." below app icon in mobile.

Now i want to show that fullname as application name, please give me any solution to fix this issue

Note : I have already set appname as "MYApplication" in info.plist (Bundle name)

Thank you.


Solution

  • This is an iOS limitation; not anything that you can control. Even the SE app is effected by this.

    Just use a shorter name if you don't want it to be cut off.

    The exact cut off point will likely depend on the resolution of the screen it's being displayed on though. If you're worried about how your app name will appear when cut off, you may want to play around with an emulator or something to see how it displays on different devices.

    I seem to recall it being possible to effect how many characters are shown if your iPhone is jailbroken, but that only effects your phone obviously, not the phones of people who use your app.