tags:

views:

31

answers:

2

is there ny way to fix the time at which a sms or email will be send automatically from iphone sdk?

+1  A: 

Theres no way you can do that.

The way i suggest is to send the text and date to the server and do server side coding to send the mails at the given time ......

hAPPY cODING...

Suriya
whats the procedure of doinf server side coding ?how can one do it???
pankaj kainthla
make a php code tht takes the data from the serverdbase and send mails automatically. Use cronjobs.and from your iPhone store the data in serverdBase.
Suriya
i want to know more about core telephony which is my other question ,plz have a look if u have time
pankaj kainthla
Please post it as new question.. u will surely get few answers ;)
Suriya
A: 

You have no access to SMS, you can only create a popup if you call "sms://0123456789" using UIApplication - If anyone could just send SMS when they wanted and in the background, imagine the troubles that would come up.

David Schiefer