Search code examples
objective-cios5smsphonegap-pluginsmfmessagecomposeviewcontroller

Send message from iPhone without open MFMessageComposeViewController


I have made one application, In my application I want to send message on some mobile no. I know, this is done using MFMessageComposeViewController.

but, can we send message without open the MFMessageComposeViewController ?

Can we use MFMessageComposeViewController in background and send message on some mobile no ?

any one has idea then pls help me...


Solution

  • As we said before (you can search here in StackOverFlow), user interaction has to be called. What if your application send spam messages ? What if it send message to a plateform you own with taxed messages ? So the answer is no.