ios - How to send SMS on the iPhone without pressing send button? (If just for demo, not for the Appstore) -


i working on app can automatically send message specific ones (either emails or sms) under dangerous circumstances.

when in danger, or has no time press send button. possible user approve sending messages in app in advance, app can automatically send emails or sms others without telling user?

i searched in stackoverflow, found no similar answers. demo. not need approved apple.

thanks in advance!

take @ chatkit framework.
uses ios private apis want achieve. don't try submit apple though.

with framework, can programmatically compose , send text messages through imessage/sms.


Comments