Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 713
Vishal Avatar asked Dec 04 '25 17:12

Vishal


1 Answers

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.

like image 193
rckoenes Avatar answered Dec 06 '25 09:12

rckoenes