Is there any possibility to send SMS without using the launcher task: SmsComposeTask in Windows Phone 7.x ? There are apps like Emergency SMS that seem to do that, meaning the SMS can be send without confirmation from the user.
Is there any possibility to send SMS without using the launcher task: SmsComposeTask in
Share
No, there is no way to send an SMS without confirmation from the user. I haven’t come across an emergency app that does this, but if they do, they may be using a web service to send the text instead of the phone’s actual SMS facility. So instead of sending an SMS, they post the data to a web service which, in turn, sends the text message.