Apple push notifications and Emoji characters

五迷三道 提交于 2019-12-02 21:27:26
NSString *emoji = [NSString stringWithFormat:@"%C", 0xe415];

check out this site http://code.iamcal.com/php/emoji/

he does the emoji in php.

i use this command to achieve a emoji on the iphone.

emoji_unified_to_softbank("\xee\x80\xac");

Q

If you happen to be using Rubymotion for iOS dev the you can use the softbank code converted like this: softbank code: U+E04A Rubymotion string sent as push: "This is a sun with rays emoji \ue04a"

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!