简体   繁体   English

如何在iOS中集成Chromecast API?

[英]How to integrate Chromecast APIs in iOS?

I am going to integrate chromecast SDK into iOS, but here I am bit a confuse with receiver.html and whitelist email that exactly how to go with them. 我将把chromecast SDK集成到iOS中,但是在这里我有点与接收器.html和白名单电子邮件混淆了,确切地说如何使用它们。

So anyone please explain me regarding same. 所以有人请解释一下。

Also tell me if it is compatible with any iOS Simulator instead of device. 还请告诉我它是否与任何iOS模拟器而不是设备兼容。

Many developers successfully use the iOS simulator. 许多开发人员成功使用iOS模拟器。 https://developers.google.com/cast/cast_2nd-screen_app_tutorial for iOS and Android. 适用于iOS和Android的https://developers.google.com/cast/cast_2nd-screen_app_tutorial

The Receiver is the HTML5 application that you create that runs on the Chromecast device. 接收器是您创建的可在Chromecast设备上运行的HTML5应用程序。 Your iOS application talks to the Receiver , the Receiver will fetch your content from the internet based on the information that comes from your iOS application. 您的iOS应用程序与Receiver进行通信 ,Receiver将根据来自iOS应用程序的信息从Internet上获取您的内容。

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

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