iphone sdk: prevent alearts while running process in Background

Posted by Markus on Stack Overflow See other posts from Stack Overflow or by Markus
Published on 2010-05-02T09:52:17Z Indexed on 2010/05/02 10:17 UTC
Read the original article Hit count: 372

Filed under:
|
|

I'm developing an app where I use performSelectorInBackground to do some sync task in the background. In my code I want to be able to detect whether I'm runing in a background process. This way I can prevent alert messages which might otherwise show up.

Thanks for your help!

Markus

© Stack Overflow or respective owner

Related posts about iphone

Related posts about background-process