Unable to Control tvOS Device on Appium Device Farm #1925
chetansutar008
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I followed the documentation here: https://devicefarm.org/ios-signing/#key-requirements-for-tvos-wda
to set up WebDriverAgent for tvOS.
However, the WDA.ipa download link (https://github.com/AppiumTestDistribution/appium-device-farm/raw/main/WDA.ipa) is returning a 404, as the file no longer exists in the main branch.
I tried downloading it from an older branch and also built my own WebDriverAgentRunner_tvOS.ipa, signing it using my Apple Development provisioning profile.
After uploading the IPA to Device Farm under the Apps section, I’m still unable to take control of a tvOS device from the Device Farm dashboard.
In the server logs, I see the following lines repeatedly:
[device-farm-main] Received non-webdriver request with url /device-farm/. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ 304 11 ms - -
[HTTP] --> GET /device-farm/ui-assets/index-DjEK0mPo.js
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-DjEK0mPo.js. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-DjEK0mPo.js 304 14 ms - -
Could you please confirm:
If there is an updated tvOS-compatible WDA.ipa available?
If there are any additional signing or entitlement requirements for tvOS devices to be remotely controlled in Device Farm?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions