使用iOS App检测到Chromecast设备后记录了未知错误

时间:2014-02-20 12:15:05

标签: ios google-cast chromecast

我正在使用测试应用iOS(CastVideos-ios)google在github上使用chromecast sender API发布,它运行良好,但有时GCKLoggerDelegate的logFromFunction方法发送错误并丢失找到的chromecast,但没有解释

这是错误:

功能

-[GCKDeviceScanner netService:didNotResolve:] 

消息

Failed to resolve net service <NSNetService 0x1fd495b0> local. _googlecast._tcp. ChromecastStash with error dictionary {
    NSNetServicesErrorCode = "-72007";
    NSNetServicesErrorDomain = 10;
}

1 个答案:

答案 0 :(得分:3)

这是iOS提供的NSNetService的标准行为。我们只记录错误。请参阅此link

中的“何时解决失败”部分