Question by
Imsoconstipated · Apr 03, 2020 at 02:09 AM ·
openurlsend messageapplication.openurlsms
How to always let the user choose a message app to send sms
so I'm using url = string.Format("sms:{0}?body={1}", "", Uri.EscapeDataString(fullMessage)); Application.OpenURL(url);
to let the user send a sms. It works perfectly. the user can choose who to send it to and the message is add in the body. But when a person choose a message app to send the message, it only uses that message app. so my question is is there a way to let the user always choose which message app that person want to send the sms with? for example Facebook messenger, whatsApp, or their phone's message app.
Comment
Your answer
