iPhone 应用程序链接到应用程序商店,但显示空白页面而不是要下载的应用程序

发布于 2024-12-09 15:16:20 字数 298 浏览 1 评论 0原文

我正在 iPhone 上制作一个应用程序,并且有一个链接到 appStore 的按钮,以便下载另一个应用程序。

我使用下面的代码打开 safari,而不是在链接上显示 Twitter 应用程序,而是显示一个空白页面。

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunes.apple.com/us/app/twitter/id333903271?mt=8"]];

有人知道如何解决这个问题吗?

I´m making an app on iphone and i have a button that links to the appStore in order to download another app.

I´m using the code below that opens safari and instead of showing the twitter app the his on the link, show a blank page.

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunes.apple.com/us/app/twitter/id333903271?mt=8"]];

Anyone knows how to solve this?

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

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

发布评论

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

评论(1

爱本泡沫多脆弱 2024-12-16 15:16:20

正在使用模拟器,它没有应用程序商店,所以它当然不会显示它......猜测它会在真实设备上显示。

Was using the simulator, it doesn´t have a app store so offcourse it wouldn´t show it... Guessing it will show on a real device.

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