I know that iPhone applications can be launched via a custom URL such as myapp://something. But is there a way to go back to the previous application after handling the custom URL?
For example, I have the following scenario.
I want my application to handle a custom URL like a modal dialog box. Is it possible?
While this isn't officially supported, it is totally doable: take a look at the x-callback-url spec. It's been implemented by several apps, like Due and Instapaper: