1.
找到应用程序的描述链接,
比如:http://itunes.apple.com/gb/app/hong/id0101010?mt=8
itms://itunes.apple.com/gb/app/hong/id0101010?mt=8
itms-apps://itunes.apple.com/gb/app/hong/id0101010?mt=8
2.
然后打开这个链接地址:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms://itunes.apple.com/gb/app/hong/id0101010?mt=8"]];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps ://itunes.apple.com/gb/app/hong/id0101010?mt=8"]];