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.
如果应用程序安装在用户 Mac OS X 上,我如何从浏览器中检测到。
我想实现,如果用户点击下载按钮,那么如果他安装了应用程序,它会下载一个可以用这个应用程序打开的特定文件,如果用户没有应用程序,那么他会提示他需要先下载应用程序才能查看实际文件。
这个链接解决了我的问题。
感谢 Doug Stephen 提供的链接,这里:
确定应用程序是否存在并在 iOS 上启动该应用程序
这个链接也有助于继续解析。