简体   繁体   English

从WebPage打开应用程序

[英]Opening an App from a WebPage

I am developing a web app which I need to open a particular app. 我正在开发一个网络应用程序,我需要打开一个特定的应用程序。 I have found this site: http://handleopenurl.com/ which gives some of the app url. 我找到了这个网站: http//handleopenurl.com/ ,它提供了一些应用程序网址。 But there isn't the app that I want, which is PolyCom RealPresence. 但是我没有想要的应用程序,即PolyCom RealPresence。

How can I get any app url which is not in that site. 如何获取该网站中没有的任何应用网址。

I have tried the following: 我尝试过以下方法:

<a href="tel:99845075">99845075</a> <!-- Works -->
<a href="sms:99845075">New SMS Message</a> <!-- Works -->
<a href="itms-apps://itunes.apple.com/us/app/pages/id361309726?mt=8&uo=4">ITunes</a> <!-- Works -->
<a href="realpresence://callTo">PolycOM</a> <!-- Do not Work -->

Thanks, 谢谢,

Mark 标记

Check out Implementing Custom URL Schemes in iOS App Programming Guide: Advanced App Tricks . iOS应用程序编程指南:高级应用程序技巧中查看实现自定义URL方案

If the third party app in question implements a custom URL scheme, you need to figure out what it is and use that. 如果有问题的第三方应用程序实现了自定义URL方案,您需要弄清楚它是什么并使用它。 Otherwise, I'm afraid you're out of luck. 否则,我怕你运气不好。

a Polycom rep says the only way to call in the app is IP dialing only (basic mode), or with alias or IP based (pro mode) - custom URL scheme to open the app and direct a specific call is not supported as of June 2013 一个Polycom代表说在应用程序中调用的唯一方法是仅拨号IP(基本模式),或者使用别名或基于IP(专业模式) - 自6月起支持自定义URL方案来打开应用程序并指示特定呼叫2013

see Polycom rep answer identical question here on their forums - http://community.polycom.com/t5/RealPresence-Mobile/Is-it-possible-for-the-RealPresence-Mobile-iOS-to-dial-URL/td-p/13480 请参阅Polycom代表在他们的论坛上回答完全相同的问题 - http://community.polycom.com/t5/RealPresence-Mobile/Is-it-possible-for-the-RealPresence-Mobile-iOS-to-dial-URL/td -p / 13480

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM