tidev / node-ios-device

Queries connected iOS devices and installs apps
Other
122 stars 37 forks source link

Unplugged devices still persist on list #56

Closed zcmgyu closed 4 years ago

zcmgyu commented 4 years ago

After 30 seconds I unplugged the iOS device from PC, the device will remove from the list and continues to persist on the list after 3 seconds.

npx node-ios-device watch

macOS: 10.15.3 Devices: iPhone X (13.3.1)

Updated:

I released that though it connected via Wifi also listed on this list. So, it's no problem for me at all.

Note that only devices connected via a USB cable will be returned. Devices connected via Wi-Fi will not be returned. The main reason we do this is because you can only relay the syslog from USB connected devices.

So I think the above document is not true anymore.

zcmgyu commented 4 years ago

Updated above