Vishal
Vishal

Reputation: 556

Can you Send text message Automatically?

I want to know whether I can send text message on desire time automatically. The sending time of message and receiver mobile number is set by user some time before. Please give me some code or links if it possible any way...thank you.

Upvotes: 3

Views: 229

Answers (1)

rckoenes
rckoenes

Reputation: 69469

You can't do this with the official SDK, since you have to display the MFMessageComposeViewController.

If you would do it server side you would be able to do it, but you would most likely have to pay for the SMSes you send.

Upvotes: 1

Related Questions