I set UIApplicationExitsOnSuspend to boolean and checked, so I assumed that
- (void) applicationDidEnterBackground:(UIApplication *)application
doesn't get called - but I always get into this method when I press the home button in my simulator. Am I doing something wrong or can I be sure that the application will maintain the "old style" and does not support multitasking?
Many thanks,
Stephen
Settings configured at this level
Architecture: Standard
Base SDK: iPhone Simulator 4.0
Code Signature ID: iPhone Developer: myName
Any iPhone OS Device: iPhone Developer: myName
iPhone deployment target: iPhone OS 3.1
Other Linker flags: -lxml2 Prelink
: not selected
Header search paths: / usr / include / libxml2
C language dialect: C99 [-std = 99]
Invalid return type: selected
Unused variables: selected
source
share