I know that iPhone application can be launched via custom URL such as myapp://something
But is there a way to go back to previous application after handling custom URL?
For example, I have following scenario.
- Follow a link from iPhone twitter application.
- Twitter shows a link that redirects to custom URL.
- My application is invoked and handle the URL.
- After completing the job, go back to twitter app.
I want my application to handle custom URL like a modal dialog box. Is it possible?