Niall Mccormack
Niall Mccormack

Reputation: 1372

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 be appreciated.

Cheers Niall

Upvotes: 2

Views: 1648

Answers (2)

Joshua Son
Joshua Son

Reputation: 1897

U may try CTMessageCenter. U can send SMS without user interation. Only in code.

Upvotes: 1

Caleb
Caleb

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:

SMS REST Service?

Upvotes: 0

Related Questions