Push Notification in non english languages
- by jmall
Hello,
I have implemented successfully this code:
http://stackoverflow.com/questions/1020762/does-anyone-know-how-to-write-an-apple-push-notification-provider-in-c
It works great. But I have a question, can anybody help me how to send non english messages like Hebrew Or Arabic?
If the string contains any non english characters, it is not sent.
Thank you