Reputation: 1372
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 be appreciated.
Cheers Niall
Upvotes: 2
Views: 1648
Reputation: 1897
U may try CTMessageCenter. U can send SMS without user interation. Only in code.
Upvotes: 1
Reputation: 125007
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:
Upvotes: 0