Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリにはチャットオプションがあります。
絵文字記号を送信しているときに、一部の記号を送信できますが、他の記号は送信できません。
たとえば、ユーザーが <3) と入力した場合、これは機能しますが、:D) は機能しません。
がありunicodes、それらは絵文字を表示するために使用されます。
unicodes
したがって、ユニコードを使用して表示するか、絵文字用のキーボードが組み込まれています。
絵文字を表示する必要がある textfield または textview にそのキーボードを設定するだけです。
ここにユニコードのリンクがあります
http://arashnorouzi.wordpress.com/2011/08/31/adding-graphics-and-emoji-characters-to-apple-push-notifications/