在 iOS 上启动带有视频的 YouTube 应用

发布于 2024-10-07 22:00:42 字数 252 浏览 4 评论 0原文

我需要这样做:我有一个带有按钮的应用程序,我希望当我单击该按钮时,iPhone 会直接启动 YouTube 应用程序,并准备好开始播放我的视频。 我已经尝试过:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.youtube.com/watch?v=my_video_id"]];

但在视频页面中启动 safari。

I need to do this: I have an app with a button, I wish, when I click the button that the iPhone launch youtube app with directly my video ready to start to play..
I've tried this:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.youtube.com/watch?v=my_video_id"]];

but launch safari in the video page.

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

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

发布评论

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

评论(1

噩梦成真你也成魔 2024-10-14 22:00:42

如果按钮是本机 Cocoa Touch 应用程序中的 UIButton,那么这确实应该有效。你的按钮是 UIWebView 中的 HTML 按钮吗?

That really should work if the button is a UIButton in a native Cocoa Touch app. Is yours an HTML button in a UIWebView?

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