Hi guys, I have an endpoint which I need to hit to get back a VMAP for ads. I'm using Volley to access it. Running the app on a physical AndroidTV device or and Android TV emulator works fine. I'm able to get and parse the response successfully.
But the same code fails to reach the endpoint when ran on Amazon Fire TV. I get: 'NoConnectionError', cause: 'UnknownHostException' with the error message: 'java.net.UnknownHostException: Unable to resolve host "api.remoco.tv": No address associated with hostname'
I have added the 'INTERNET' permission to the manifest, and on Android TV devices it successfully reaches the endpoint and parses the returned data. Can anyone tell me why it might fail on Fire TV? Is there some Fire TV specific permission I missing perhaps?