danielpaulus / go-ios

This is an operating system independent implementation of iOS device features. You can run UI tests, launch or kill apps, install apps etc. with it.
MIT License
964 stars 184 forks source link

Is it possible to remove the output of the tunnel start command or to start or stop the tunnel by udid with ios commands? #479

Open DragonClub opened 2 months ago

DragonClub commented 2 months ago

I am using it on Windows OS.

I am using it well with the ios tunnel start command.

However, I want to hide the output when reconnecting the device with the output of iOS 17 or lower. Is there a way to do this?

{"error":"manualPairingTunnelStart: unsupported iOS version 15.8.3","level":"warning","msg":"failed to start tunnel","time":"2024-09-20T17:04:09+09:00","udid":"xxxxx"} {"level":"info","msg":"event: 0","time":"2024-09-20T17:04:52+09:00"}

Or is it possible to start or stop a tunnel by udid with Windows OS ios commands?