Hello,
I want to send an email a string on an ios device.
Here’s the code:
Application.OpenURL ("mailto: " + email + "?subject=" + subject + "&body=" + body);
when the body has arabic characters, the mail window does not even open!
I tried displaying on the screen (using ngui label) and the text was printing on the screen.
Any hints please