Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone iOS 4 - schedule app to run functions at specific times and days

I'm looking for a way to be able to set my app to launch and carry out certain functions depending on the time and day of week. The app needs to be able to set the time and days of week, then run a specific function depending on that time and date. For instance if I set the app to run 1 function 12:00pm every Saturday, and another 3:00pm every Sunday, they can be processed in the background somehow. Essentially I want it to run like a scheduled background, where I might run an incremental backup during the week and a full backup on the weekend.

I've searched all over and can't seem to find any leads.

Any help would be greatly appreciated! Thanks.

like image 488
TedK Avatar asked Feb 04 '11 17:02

TedK


1 Answers

Take a look at Local Notifications: http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008194

like image 145
Edwin Evans Avatar answered Jan 02 '23 10:01

Edwin Evans