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
2010-09-08 08:56:07
whats the procedure of doinf server side coding ?how can one do it???
pankaj kainthla
2010-09-09 11:00:54
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
2010-09-10 04:26:32
i want to know more about core telephony which is my other question ,plz have a look if u have time
pankaj kainthla
2010-09-10 12:06:28
Please post it as new question.. u will surely get few answers ;)
Suriya
2010-09-13 05:25:26
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
2010-09-08 11:41:26