- application
- Reference to the UIApplication that invoked this delegate method.
iOS applications are expected to be long-lived, with many transitions between activated and non-activated states (see UIApplicationDelegate.OnActivated, UIApplicationDelegate.OnResignActivation) and are typically only terminated by user command or, rarely, due to memory exhaustion (see UIApplicationDelegate.ReceiveMemoryWarning).
