0

在 gethub 的示例中尝试将我的 App ID 替换为“TicTacToe”时,出现错误:

castApplicationSessionDidFailToStartWithError:无法启动应用程序(com.google.GCKFramework.GCKApplicationSessionError);原因:网络 I/O 错误 (com.google.GCKFramework.GCKNetworkRequestError)

我已将我的设备列入白名单并选中设置中的复选框以将序列号发送给 Google。

我不确定它有多大的不同,但我的 App ID 的格式类似于 URL。例如:

http://example.co/Chromecast/test.html

感谢您的帮助。

编辑:

这是我为尝试转换而更改的代码行。

我不确定这里发生了什么。我已经尝试过 http 和 Hex ID

静态 NSString * const kReceiverApplicationName = @"TicTacToe";

4

1 回答 1

1

App ID 应该是一个带有十六进制字符的字符串,例如:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

当您获得白名单信息时,使用提供给您的电子邮件地址与 Google 联系。

于 2013-09-17T11:50:30.750 回答