How to implement Daemon process for background task in iphone sdk 3.0 ?
Posted
by dvch
on Stack Overflow
See other posts from Stack Overflow
or by dvch
Published on 2009-09-11T20:40:47Z
Indexed on
2010/05/04
2:58 UTC
Read the original article
Hit count: 169
Hi
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 !!!
© Stack Overflow or respective owner