tags:

views:

28

answers:

2

hi

is there any way by which we can make our app communicate with another app installed on the iphone by urlscheme or any other way !!!

sample code will be much help ful !!!

Thanks

+1  A: 

Yes, you can do it by using a custom URL scheme as you ask in your question. Code samples are in Apple's doc. This is the only way to do it.

bpapa
+1  A: 
http://developer.apple.com/iPhone/library/samplecode/LaunchMe/index.html

This code sample explains how to do that.

Roshan Amadoru