-2

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...

ChandreshKanetiya
  • 2,414
  • 5
  • 27
  • 41

2 Answers2

1

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.

Larme
  • 24,190
  • 6
  • 51
  • 81
0

you can use ShareKit without UI but you cant do that for mail or SMS

Daij-Djan
  • 49,552
  • 17
  • 113
  • 135