[TIMOB-24014] node-ios-device: Add support for connnecting to devices over Wi-Fi
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Tooling |
Labels | cb-tooling |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2016-10-10T23:52:01.000+0000 |
Updated | 2016-10-10T23:52:01.000+0000 |
Description
The MobileDevice.framework can connect to devices over the USB cable and over Wi-Fi. We had to disable Wi-Fi connected devices because we couldn't relay the syslog, but because the syslog is essentially useless now, we can probably bring back Wi-Fi support.
One thing to be careful of is both the USB and Wi-Fi device have the same UDID in the connected devices lookup. We need each device entry to track the USB and Wi-Fi device handles separately.
We need to also make sure we didn't break the log port feature.
No comments