I need to send a message without composing a message
Let’s say
if i clicked a button
function OnMouseDown()
{
//send an sms
}
but how?? help me
I’ve already tried
Application.OpenURL("sms:" + mobilenum);
but it didn’t help me
I need to send a message without composing a message
Let’s say
if i clicked a button
function OnMouseDown()
{
//send an sms
}
but how?? help me
I’ve already tried
Application.OpenURL("sms:" + mobilenum);
but it didn’t help me
It is! You want to use the SMS Manager. There’s a good tutorial at this link.
Do you find out how to implement it?
Currently, I’m facing the same problem.
If you did, please tell me how to do that.
David
It’s possible using SMS Manager. Try using this gist Sample How to Send SMS in Android using Unity3D and SMS Manager. (without opening SMS Composer) · GitHub
Don’t forget to add the permission in AndroidManifest.xml