Sending SMS message via private frameworks / APIs
I have a very quick turnaround for a kiosk style app for a client. It will not be placed on the AppStore, hence my query about private frameworks.
Is there a way to send an email or SMS automatically without getting the user to hit a 'send' button. I want to send it in the background of an app if possible.
Any information would b开发者_开发知识库e appreciated.
Cheers Niall
U may try CTMessageCenter. U can send SMS without user interation. Only in code.
I don't know about private API in iOS, but there are a number of SMS services that you can use. Here's a thread on that topic:
SMS REST Service?
精彩评论