以下のコードを使用すると、メッセージングアプリが起動しますが、それは望ましくありません。アプリ内で SMS を送信したい。どうやってするか。何か案は ?
コード
SmsComposeTask smsComposeTask = new SmsComposeTask();
smsComposeTask.To = "9012345566778"; // Mention here the phone number to whom the sms is to be sent
smsComposeTask.Body = "Hello! How are you"; // the string containing the sms body
smsComposeTask.Show(); // this will invoke the native sms edtior