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
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
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.
http://developer.apple.com/iPhone/library/samplecode/LaunchMe/index.html
This code sample explains how to do that.