When I create a window-based-application (in Xcode 4, via simulator and iPhone device, even if don’t add anything to the project or the window),
if I kill the app, when I open it again the view is frozen and when I click the home button it disappears into a black window and I can’t do anything…
What is the problem?
Thank you!
check if the application is running in background, it should be in your plist.
that will be a start, if the problem is still there u should post some of your code.