SendSMS not working on WP7.
When looking in the source code it seems, that SendSMS is missing in the WP7
port. I did find it in Android and ios port...
It seems quite "easy" to fix the problem:
SmsComposeTask smsComposeTask = new SmsComposeTask();
smsComposeTask.To = "12345678";
smsComposeTask.Body = "theText;
smsComposeTask.Show();
Original issue reported on code.google.com by bitprogr...@gmail.com on 2 Nov 2012 at 9:05
Original issue reported on code.google.com by
bitprogr...@gmail.com
on 2 Nov 2012 at 9:05