I am working on application. I want to send sms to number directly by clicking button in my app. currently my app is sending sms to number but it first shows the messages view and then there is a send button as i’ve done:
presentModalViewController:controller
i want the message to be sent without showing the Modal view
I am working on application. I want to send sms to number directly by
Share
You can’t this is not allowed.
This way you could send hunders or thousands of messages without the user noticing, thus apple does not allow you to do that.