rsms / peertalk

iOS and Mac Cocoa library for communicating over USB
https://rsms.me/peertalk/
MIT License
3.43k stars 502 forks source link

Issues with AppleTV #33

Open eisaak opened 8 years ago

eisaak commented 8 years ago

Hi, I'm a software engineer at AT&T. I used the peertalk library from my UITest (based on XCTest) on AppleTV. This UITest was developed using Swift with a bridge header to the peertalk library. I developed the UITest according to the iOS example. On the Mac I simply run the example GUI. I successfully sent messages from AppleTV to Mac, but the messages from the Mac to the AppleTV don't arrive. Details: The delegate's method ioFrameChannel-didReceiveFramOfType is not called when I send a message from the Mac GUI. I wonder if it is possible to work with peertalk on AppleTV too.

Thanks, Eli [EMAIL REDACTED]