Appname having dots at last of appname

1.1k Views Asked by At

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.

2

There are 2 best solutions below

1
On BEST ANSWER

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.

0
On

Your app name is getting truncate trail.

You can keep max 13 or 14 characters only. Depending on character width. “I” takes less width while “B” makes much width. So think about appropriate name of app and set it. In iOS we can not keep 2 line app name like Android device has option.