is there any way to run a process or thread in background
Notices
Thank you for visiting EverythingiCafe, the number one unofficial community for iPhone and iPod touch discussion. To get the most out of your experience here at EverythingiCafe, please take a moment to register. Registration is free. There are a number of significant benefits to being a member.
Faster and easier to search, since spam-guard is disabled.
You can receive notifications regarding a thread of interest.
You can see pictures within threads and download free iPhone wallpapers.
Send and receive personal messages with other members.
Take advantage of our social networking capabilities.
is there any way to run a process or thread in background
I need to run a thread in background which is listening for events from the calendar. So other application keep continue whith this thread in background. Is there anyway that I can keep the thread running in background while other application can continue.
Maybe in an jailbroken iPhone yes but i doubt it, but certainly not with a out-of-the-box iPhone. Only thing that runs in the background AFAIK is the iPod functionality.
Not in the official SDK. Apple has however taken this into consideration and has rolled their "push notification" system into the current beta of the SDK and will be available to everyone in September. This will allow your software to stay connected to a server and have things "pushed" to your phone which will simulate having your app run in the background.