In IOS 4 if the application is closed by user manually then it is not launching again it crashes when launched and i cant do anything. I am testing it on Ipod4 When i pressed the hard key of ipad twice and close the app manually then i am not able to start the application again.
how to terminate the application completely do i need to write something in
- (void)applicationWillTerminate:(UIApplication *)application
of appdelegate?