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.
**
Need confirmation: Wireless Accessory Configuration does this entitlement should be enabled?
any help would be appriciated.