iphone sdk: prevent alerts 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 9:57 UTC
Read the original article Hit count: 364

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-sdk

Related posts about background-process