Is it possible to check if another app is installed, and if so open it. And if not, go to iTunes to get it?
How would I go about doing that?
At the moment I know how to open Safari from my obj-c code using:
How would I go about doing that?
At the moment I know how to open Safari from my obj-c code using:
Code:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"http://www.mysite.com"]];