vote up 1 vote down star

Note - I have not delved very deeply into Apple's iPhone SDK yet.

However, based on another question asked recently, I'm wondering if, since the iPhone is running some stripped-down edition of Mac OS X if it doesn't have a crontab feature.

If so, how would you access it?

Thanks.

flag

3 Answers

vote up 5 vote down check

http://hackint0sh.org/forum/showthread.php?t=31658

Seems that cron runs by default on the iPhone, you just need to be able to edit the crontab file - either the root one or the user one but not the user one apparently.

There are issues with sleep and cron, but there's a good discussion at that link.

link|flag
Is there any way to access crontab on an un-jailbroken iPhone? – Kristopher Johnson Dec 8 '08 at 19:01
I don't believe so. Here's hoping that Apple will put timers and scheduled tasks into a future version of the iPhone OS / SDK, but for tasks that are network polling I think they will want you to use the push notifications feature in the next release. – JeeBee Dec 8 '08 at 19:48
vote up 2 vote down

You can't use cron on an un-jailbroken iPhone.

Maybe you could take advantage of the Push Notification service: Have cron (or some other scheduler) running on another machine which sends notifications to the phone at the appropriate time.

link|flag
And hope that you don't have an application like one I shelved that requires waking up every minute! – Epsilon Prime Nov 16 at 19:06
vote up 5 vote down

The iPhone does run cron - but you won't be able to use it in any application developed solely with the SDK. There is absolutely no support for background process or background launching via alarms or timers (e.g. crontab).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.