在 iPhone 应用程序上打开 iTunes 链接?

发布于 2024-11-04 06:00:21 字数 719 浏览 0 评论 0原文

可能的重复:
如何链接到应用商店中的应用 < /p>

我如果有意义的话,想要在我的主应用程序上链接我的所有应用程序 所以我有一个按钮,当用户触摸它时,

他们将被定向到此链接:

http://itunes.apple.com/gb/app /idubstep/id430260356?mt=8

但是,

 -(IBAction)goReviewTwo:(id)sender
{
  [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunes.apple.com/gb/artist/lifevision-studios/id415139916"]];
}

这总是说请求无法完成。那么我需要使用一个特殊的链接吗?

Possible Duplicate:
How to link to apps on the app store

I want to link all my apps on my main app if that makes sense
So i have a button, when the user touches it

they will be directed to this link:

http://itunes.apple.com/gb/app/idubstep/id430260356?mt=8

However

 -(IBAction)goReviewTwo:(id)sender
{
  [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunes.apple.com/gb/artist/lifevision-studios/id415139916"]];
}

This always say Request cannot be complete. So is there a special link i need to use for it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼泪都笑了 2024-11-11 06:00:21

有几个线程回答这个问题。这是一个: 线程

请注意建议的评论使用 itms:// 而不是 http://

There are several threads answering this question. Here is one: thread

Note the comment that suggests using itms:// instead of http://

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文