This question was
closed Jun 08, 2016 at 01:25 PM by
Hellium for the following reason:
Unity is not designed to send SMS by itself.
You will have to use external C# libraries for sure. Your question is not related to Unity but to pure C# programming, and thus, does not belong to Unity Answers
How to send a Sms with Unity ?
Hi everyone,
I'm looking for a way to send a sms with a script , i found this bit of code but it just opens Chrome without doing anything else.
Application.OpenURL("sms:" + mobilenum);
I saw something about a tuto about the Android SMS manager but couldn't get it to work because the sample code was incorrect. I also tried a OVH C# tutorial for sending a SMS but the sample code was incorrect too.
Can anyone help me ?
Thanks !
Comment