Eliot
Eliot

Reputation: 11

Is it possible to send an SMS in iphone os 4 after the app has been "closed"

In other words does the ability run background services to "finish your tasks" include sending sms.

Upvotes: 1

Views: 172

Answers (2)

Mukesh
Mukesh

Reputation: 73

no it's not possible to send in background , because iphone will not allow you to do that as SMS must require user interaction

Upvotes: 1

TommyG
TommyG

Reputation: 4155

Using the core telephony framework in the background is the same as any other framework. If this framework allows you to send SMSs from your app, it will do so in the background as well.

Upvotes: 0

Related Questions