Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以检查 iOS 用户是否安装了 youtube 应用程序?
如果他们没有 youtube 应用程序,我希望能够使用 youtube 链接做一些不同的事情。
谢谢
当然:
UIApplication *uiApp = [UIApplication sharedApplication]; BOOL ytAppInstalled = [uiApp canOpenURL:[NSURL URLWithString:@"youtube://foo"]];