0

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?

Community
  • 1
  • 1
Whoami
  • 13,930
  • 19
  • 84
  • 140

3 Answers3

1

If you mean you want to start another application from yours, you have to use URL Schemes. Just register a custom scheme on your other app and call such URL from the first one. Here there is a tutorial that might help you:

http://mobile.tutsplus.com/tutorials/iphone/ios-sdk-working-with-url-schemes/

1

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

Alex Reynolds
  • 95,983
  • 54
  • 240
  • 345
1

You can use URL SCHEME, please see the tutorial

janusfidel
  • 8,036
  • 4
  • 30
  • 53