views:

170

answers:

1

Hi, I have made an iphone application that allows users to send text messages for free to any mobile. I want to allow users to add emoticons into their message from standard set provided by me. What might be the best possible solution for this scenario? regards ayaz Alavi

+2  A: 

The typical way is to use UTF8 codes which map to images on the users' phones.

However, unless the recipients of the text have configured/setup their phone to support these codes ala the [Emoji app of the day], they will see little square boxes.

If both the sender and the recipient have your application, then you can handle it directly, of course.

So basically, you are SOL. There isn't anything you can do besides recommend your users install an emoji app. Sorry.

Mike
iPhone users can see Emoji *without* any [Emoji app of the day]. The [Emoji app of the day] is only needed to activate the keyboard. Also, after that you can remove [Emoji app of the day].
KennyTM
My Wife's 3GS didn't see any emoji until an app was installed. It only showed square boxes.
Mike