3

I'm looking for a guide on creating custom emoticons for iOS applications on the iPhone. From what I've read so far it seems to have gotten much easier to do yet I can't locate a tutorial on it.

My research so far on the subject dictates that emoticons you can create may only be useable on a app only platform since the authentic emoticons are based on Unicode built into the phone. Is it possible for someone to add their custom emoticons to the Unicode keyboard on the iphone or would they have to be accepted by he Unicode controlling authorities, if this is even possible at all? It seems feasible that you could activate custom emoticons of your choosing for the Unicode keyboard, or a separate app keyboard accessible in the standard text menu, if your emoticon app presented a unique and highly useful platform for a specific niche, is this a possibility?

Lastly, how difficult is it to create a custom emoticon app? I've seen mixed responses but the more recent they were it always appeared that it became easier to do in more recent the times.

Deepika C P
  • 1,263
  • 2
  • 13
  • 23
user2485367
  • 31
  • 1
  • 1
  • 2

1 Answers1

1

Short answer: you can't create a universal emoticon keyboard like the popular emoji. This is because, like you said, those emoji are mapped to Unicode already in the phone, which is why people without the emoji app installed can still see them. There's nothing stopping your specific app from converting custom Unicode and mapping it to custom emoticons, but these will only be visible in your app -- nowhere else in the phone.

To my understanding, you wouldn't even need your emoticon set to be "approved" if you wanted it to work on all devices -- you would just need manufacturers (like Apple) to build the mapping from the Unicode to your emoticon into the system by default, which seems unlikely.

Matthew Griffin
  • 381
  • 2
  • 11
  • I am sorry if this sounds naive (I am not a programmer); but I have a clarifying question to ask on this same topic. I too would like to create a custom emoticon set app. When you say "There's nothing stopping your specific app from converting custom Unicode and mapping it to custom emoticons, but these will only be visible in your app", does that essentially mean only other people who have the app downloaded as well can view the emoticons in texting? When you say "nowhere else in the phone", I assume you mean the custom set would not be visible/not compatible if, say, someone wanted to use th – user3154915 Jan 02 '14 at 20:03
  • 1
    No, it would only be visible inside your app itself, nowhere else on the phone - even if the use has the app installed. Think of it kind of like Facebook -- they have their own set of emoticons in their Messenger app, but even if both people have facebook installed, they can't use those emoticons anywhere else. Again, in short, you cannot create an emoji competitor. – Matthew Griffin Jan 04 '14 at 08:04