【问题标题】:ios DemoCast Player Chromecast "does not support app"ios DemoCast Player Chromecast“不支持应用”
【发布时间】:2013-11-06 18:41:16
【问题描述】:

在将我的 chromcast 列入白名单并收到应用程序 ID 后。我从 github 和 ios SDK 下载了 DemoCastPlayer。以下是我设置和运行应用程序的步骤

   1) set up the ios project with the cast framework,
      changed [YOUR_APP_NAME]  with google supplied app ID
   2) In the app bundle Root.plist changed Default Value to point to 
      http://mywebiste.com/cc/rcvr/media.xml
   3) I uploaded the example receiver.html with the app ID & medial.xml to my website 
       https://mywebiste.com/rcvr/receiver.html 


  Unfortunately Im getting the following Error white Discovering the Devices :

   scanStarted

   -[GCKNetworkRequest performHTTPGet:timeout:]  started GET request 
    for: http://192.168.1.101:8008/ssdp/device-desc.xml

   -[GCKNetworkRequest httpRequest:didCompleteWithStatusCode:finalURL:headers:data:]  
     httpRequest:didCompleteWithStatusCode:200:data:1082 bytes

   -[GCKNetworkRequest performHTTPGet:timeout:]  
     started GET request for: http://192.168.1.101:8008/apps/%5B7a479924-b922-41a0-ae85-05b27a9582b1%5D

   -[GCKNetworkRequest httpRequest:didCompleteWithStatusCode:finalURL:headers:data:] 
    httpRequest:didCompleteWithStatusCode:404:data:0 bytes

   **-[GCKApplicationSupportFilterListener networkRequest:didFailWithError:] 
     Device <0x1fda9d70:GCKDevice> Chromecast0704 (64cb88c8-9617-8099-8d1c-8218b784ae25)
     does not support app [7a479924-b922-41a0-ae85-xxxxxxxxxxxx]**

  I doubled checked that both my receiver.html file and ios application have the same ID 
   and the send chromcast serial number to google is set . 

  Any Idea how to solve that issue ? 

谢谢

【问题讨论】:

    标签: ios google-cast chromecast


    【解决方案1】:

    您的 appId 周围有多余的“[”和“]”,请将它们从任何地方删除,包括从您的接收器文件中删除,然后重试。

    【讨论】:

    • 多么疏忽,但非常感谢您帮助阿里先生。
    猜你喜欢
    • 1970-01-01
    • 2017-08-15
    • 2016-12-28
    • 2017-05-19
    • 2014-03-27
    • 2014-05-31
    • 2014-01-22
    • 1970-01-01
    • 2014-05-14
    相关资源
    最近更新 更多