Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement Daemon process for background task in iphone sdk 3.0? [closed]

Tags:

iphone

daemon

Like qik.com or ustream.com , when they upload content from iphone to server , it works via daemon . So even when out of the app with exit , the task is still on with background daemon . Is there any method that I can implement daemon process in a same way ? Thanks !!!

like image 653
dvch Avatar asked Sep 11 '09 20:09

dvch


1 Answers

iPhone OS doesn't allow you to add background processes.

like image 123
Rudi Avatar answered Nov 15 '22 04:11

Rudi