Search code examples
objective-cios5ios4

invoking the iOS application programmatically


Possible Duplicate:
Launch an app from within another (iPhone)

I have designed sample applications and installed in the iPhone.

First application has a button in it, and i would like to get invoked the second application when the button is pressed. I am surfing to see the feasibility of it, but not sure if i have missed it.

Could someone guide the direction?


Solution

  • You want to look at employing an URL scheme for your second application.