UPDATE: Added handleOpenURL to the flow charts. Added UIApplicationExitsOnSuspend. Untangled some lines. Now that we all are moving our source code gradually to iOS 4 I had to pause and think a bit about where to move which code. A problem that I'm facing frequently when updating a project is that the didFinishLaunching is only called if the app really launches. That poses a bit of a challenge if you are used to doing things like refreshing images or other files off the internet. An app that is
More
