[iPhone] What does mean "Inactive status"?
I'm trying to understand the "inactive status" (the one in which the application is inserted when the device is locked, or when there is an incoming call).
The API documentation, describing the applicationWillResignActive: method of UIApplicationDelegate, says:
"When an application is inactive, it is executing but is not dispatching incoming events."
But what this concretely means? What I can do and what I can't?
For example, I have done some tests with the CoreLocation API. I found that the method locationManager:didUpdateToLocation:fromLocation: of the CLLocationManagerDelegate is still called. Ok, really good. But... but I think it is called less often. Much less often. Surprising, right?
Thank you very much for your help.
Mac OS X (10.5.6)