In my application, I want a user to input a phone number, press start, and then every 30 minutes that inputted phone number will receive a text message.
I know MFMessageComposeViewController
can open up the text view controller to send a message with a specific body, but I want the message to be sent automatically. Any ideas?