0

I have a bunch of similar apps which the user might be interested in downloading.So when the user clicks on this button , it shows a link of other apps. Clicking on that link should take him to the download page in the app store. I tried google but couldn't find any answers.

Can someone help?

Thanks

1 Answers1

0

You can do this way:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms://itunes.apple.com/us/app/apple-store/id230763487?mt=8"]];
Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143
Daljeet
  • 1,573
  • 2
  • 20
  • 40