通过iPhone应用程序打开App Store

时间:2013-01-30 11:03:06

标签: ios objective-c

有没有办法用我的iPhone应用程序打开Apple AppStore

4 个答案:

答案 0 :(得分:3)

是的,你可以这样做:

如果您的应用程序URL那么。

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:
@"itms-apps://YourApplicationLink"]];

否则你可以用它创建URLLink Maker

由于

答案 1 :(得分:2)

请参阅此苹果QA链接https://developer.apple.com/library/ios/#qa/qa1633/_index.html

提供

 Company Name

    http://itunes.com/apps/<companyname>

    for example, http://itunes.com/apps/smule

    Application Name

    http://itunes.com/apps/<applicationname>

    for example, http://itunes.com/apps/ocarina

    Application by Company

    http://itunes.com/apps/<companyname>/<applicationname>

    for example, http://itunes.com/apps/smule/ocarina

从iPhone应用程序启动App Store

https://developer.apple.com/library/ios/#qa/qa2008/qa1629.html

enter image description here

答案 2 :(得分:1)

答案 3 :(得分:0)

使用itms-apps:itms-appss:网址方案。