Question

How can I add an additional icon to the Name/Lable of app, just the like snapshot of my test device Home screen (see highlighted Water app, in the attached screenshot). You can see that there is a small icon at the end of App Name/Label.

http://img15.imageshack.us/img15/9836/screenshot2012032718452.png

PS: I'm not sure, if its part of the Application icon, or there is some way to add an additional icon to App Name/Label.

Thanks!

Was it helpful?

Solution

This is an Emoji character. See Emoji on Wikipedia and iOS: Understanding emoji for more information about these. They are special unicode characters that are very popular in countries like Japan. iOS has support for these throughout the OS, and you can see these characters on the Wikipedia page by visiting it with Safari.

You can put these characters into the "Bundle display name" (CFBundleDisplayName) of your Info.plist (or InfoPlist.strings) and they will appear correctly on the home screen of the device:

enter image description here

enter image description here

I'm not sure if this is officially allowed by Apple.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top