i want to use text input and emoji from iOS default keyboard and send it to server and show that text to label but i am not able to display emojis.it only display text but not emojis. if i do it locally than it will display emoji.
self.labelName.text = TextFiled.text
output : "test "
but when i send send it to server and receive from it from api than emoji is gone. output : "test"
please dont down vote my question without any reason