Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/118.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如果有一个指向live feed流的深度链接,我如何在iOS应用程序中显示此live流?_Ios_Swift_Deep Linking_Nest Api - Fatal编程技术网

如果有一个指向live feed流的深度链接,我如何在iOS应用程序中显示此live流?

如果有一个指向live feed流的深度链接,我如何在iOS应用程序中显示此live流?,ios,swift,deep-linking,nest-api,Ios,Swift,Deep Linking,Nest Api,我目前正在使用NEST摄像头,想知道如何在我的应用程序中显示实时提要。他们给了我一个应用程序深度链接,但我不太确定该怎么做。它的格式是“n”estmobile://cameras/agioerjgoiar.....“深度链接是将用户发送到另一个应用程序中的特定实例。您无法将视频从Nest应用程序“拉入”到您的应用程序中。深度链接用于将用户发送到另一个应用程序中的特定实例。您无法将视频从Nest应用程序“拉入”到您的应用程序中。应用程序url用于启动Nest应用程序。我相信您可以在iOS应用程序中

我目前正在使用NEST摄像头,想知道如何在我的应用程序中显示实时提要。他们给了我一个应用程序深度链接,但我不太确定该怎么做。它的格式是“n”estmobile://cameras/agioerjgoiar.....“

深度链接是将用户发送到另一个应用程序中的特定实例。您无法将视频从Nest应用程序“拉入”到您的应用程序中。

深度链接用于将用户发送到另一个应用程序中的特定实例。您无法将视频从Nest应用程序“拉入”到您的应用程序中。

应用程序url用于启动Nest应用程序。我相信您可以在iOS应用程序中使用web_url和WKWebView主机

/**
 * Returns a web URL (deep link) to the live camera feed at home.nest.com.
 *
 * @return A web URL (deep link) to the live camera feed at home.nest.com.
 */
@JsonGetter(KEY_WEB_URL)
public String getWebUrl() {
    return mWebUrl;
}

应用程序url用于启动Nest应用程序。我相信您可以在iOS应用程序中使用web_url和WKWebView主机

/**
 * Returns a web URL (deep link) to the live camera feed at home.nest.com.
 *
 * @return A web URL (deep link) to the live camera feed at home.nest.com.
 */
@JsonGetter(KEY_WEB_URL)
public String getWebUrl() {
    return mWebUrl;
}