You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var fireTVdevice: RemoteMediaPlayer? {
didSet {
print("====getStatus : \(fireTVdevice?.getStatus())")
fireTVdevice?.add(self).continueWith { task in
if let error = task.error {
print("Failed to add status listener. Error: \(error)");
} else {
print("device Status: connected")
}
return nil
}
}
}
I could able to discover the devices list in my app, when i try to call connect method I am getting **1735284679.896762:E:whisperplay:RemotePlayerImpl:Exception calling service: connect() failed: No route to host
**
Need confirmation: Wireless Accessory Configuration does this entitlement should be enabled?
any help would be appriciated.
The text was updated successfully, but these errors were encountered:
**
Need confirmation: Wireless Accessory Configuration does this entitlement should be enabled?
any help would be appriciated.
The text was updated successfully, but these errors were encountered: