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.
- Follow a link from iPhone Twitter application.
- Twitter shows a link that redirects to a custom URL.
- My application is invoked and handles the URL.
- After completing the job, I go back to the Twitter app.
I want my application to handle a custom URL like a modal dialog box. Is it possible?