0

有什么方法可以Apple AppStore用我的 iPhone 应用程序打开吗?

4

4 回答 4

2

是的,您可以使用:

如果你有你的应用程序URL然后。

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

否则你可以URL用这个创建。 链接制作者

谢谢

于 2013-01-30T11:06:24.400 回答
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

在此处输入图像描述

于 2013-01-30T11:07:42.977 回答
0

使用itms-apps:or itms-appss:URL 方案。

于 2013-01-30T11:08:16.587 回答