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.

  1. Follow a link from iPhone twitter application.
  2. Twitter shows a link that redirects to custom URL.
  3. My application is invoked and handle the URL.
  4. 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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

that i guess is not possible unless both app are yours and you implement custom url in these for each other.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.