ConnectSDK / Connect-SDK-Android-Core

Core source code for the Android Connect SDK project
Apache License 2.0
114 stars 79 forks source link

Added Airplay Event Subscription #53

Open khk624 opened 9 years ago

khk624 commented 9 years ago

FYI, Apple TV's event server works strange. Sometimes it responds the state, but sometimes it doesn't.

eunikolsky commented 9 years ago

I don't think we should merge it now, because it's not planned for the next release. Also, iOS doesn't support that yet.

khk624 commented 9 years ago

That's interesting. I didn't know iOS doesn't has this support yet. I think iOS also could implement this though, as I've mentioned above, the feature is very unreliable. So, maybe we can ignore this.

ghenry22 commented 8 years ago

It's not that iOS doesn't support it, it's that connectsdk-ios-core doesn't have support for the same.

It would require implementing the same functions in connectSDK-ios-core and then exposing the functionality appropriately through the connectsdk-ios/android/cordova interfaces so that it is consistent across all platforms.