PDA

View Full Version : Calling one app from another other




sparetire
Aug 10, 2008, 11:51 AM
Hi, is there a way to call up one app from another? If it works, will this terminate the caller app? Basically, is there a way to go back and forth between apps?

Thanks,

Simon



DipDog3
Aug 10, 2008, 12:38 PM
Hi, is there a way to call up one app from another? If it works, will this terminate the caller app? Basically, is there a way to go back and forth between apps?

Thanks,

Simon

Yes you can call another app and since only one app can run at a time, the "caller" app will terminate. You can just have the apps call each other and switch that way.

firewood
Aug 10, 2008, 03:47 PM
Is there any example code showing how the "callee" registers a URL?

kainjow
Aug 10, 2008, 03:50 PM
iPhone OS Programming Guide > The Application Environment > Application Configuration > Custom URL Schemes and Interapplication Communication

firewood
Aug 10, 2008, 04:03 PM
Thanks! I've been looking for where that was documented.