I have an iOS 5 application that allows users to enter a username using international keyboards. I want to check if the input (NSString *) contains an emoji character or not.
Disabling the emoji keyboard is not an option (using the UIKeyboardTypeASCIICapable as it disables some of the international keyboards).
I tried this one . But he does not detect some of these characters, like these .
Is there a good way to solve this problem?
source share