Reputation: 556
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
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