- Home /
Question by
Hoang Tuan · Mar 14, 2014 at 09:15 AM ·
sendmessageopenurlsms
How to send sms from unity in ios platform
Hi , i want to send sms from an unity game and i found this code
string url = string.Format("sms:{0}?body={1}", "subcode", "content" + strSend);
Application.OpenURL(url);
It's run well in android , but in ios it's not running or show anything , i want to ask , is there any way to send sms from unity app in ios , pls help me , i'm the newbie
Comment
@ hoang tuan Did you find a solution? The android method works but the ios method doesn't.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Unity OpenURL() SMS 1 Answer
A node in a childnode? 1 Answer
iPad touch scripting... 0 Answers
Question about fliping a character 1 Answer