简体   繁体   English

URL 在 iOS 上启动 BlueJeans 应用程序的方案?

[英]URL Scheme for Launching BlueJeans App on iOS?

I'm writing up an app for connecting people to videoconferencing options, and I want the ability to directly launch installed apps (on an iPhone/iPad) from the app.我正在编写一个用于将人们连接到视频会议选项的应用程序,并且我希望能够从该应用程序直接启动已安装的应用程序(在 iPhone/iPad 上)。

The way to do this, is to register an app's scheme in the plist, then use that scheme in a URI.这样做的方法是在 plist 中注册应用程序的方案,然后在 URI 中使用该方案。

I do that already with Google Maps and Zoom.我已经用 Google Maps 和 Zoom 做到了。 Here's the Zoom page on that (the scheme is " zoomus "). 这是上面的缩放页面(方案是“ zoomus ”)。

I am trying to find the same scheme for the BlueJeans app, and I'm having a devil of a time, doing that.我正在尝试为 BlueJeans 应用程序找到相同的方案,而我正忙着这样做。 I don't want to embed their API.我不想嵌入他们的 API。 I want to call an installed app.我想调用已安装的应用程序。

I may be able to figure it out by looking at their API (depending on how opaque it is), but I wanted to ask here, first, in case I missed something.我可以通过查看他们的 API 来弄清楚(取决于它的不透明程度),但我想先在这里问一下,以防我错过了什么。 I did root through their documentation site , and didn't have much luck.我确实通过他们的文档站点进行了根目录,但运气不佳。 It's a fairly balkanized site.这是一个相当分裂的网站。

So far, I see only that they support installing their API, which ain't happening.到目前为止,我只看到他们支持安装他们的 API,这并没有发生。

I will also be looking for the answer elsewhere, and I have opened a support case with them.我还将在其他地方寻找答案,并且我已经向他们打开了一个支持案例。

OK.好的。 I found it.我找到了。

Completely by trial and error (BlueJeans never responded to me).完全通过反复试验(BlueJeans 从未回复我)。

It's "bjn".这是“bjn”。

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

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