Running Appium scripts on ios device wirelessly

Can someone please let me know the steps for running appium scripts on an ios device wirelessly.

I don’t know if it’s possible or not to connect an iOS device wirelessly. For Android, you can connect using ADB wireless. Just google ADB wireless there are multiple references available on this.

Even I had similar issue , had asked on stackoverflow as well, but no update on that.

For now I assume that it’s not possible , iOS is not as automation friendly as Android sadly.

Hope things may change in future

I tried executing Appium Scripts on multiple android devices over Wifi using below link and that worked

https://www.seleniumeasy.com/appium-tutorials/configure-appium-to-run-on-real-android-device-over-wifi

If you have already achieved running appium on IOS device over Wifi, Please share that info here.

Thank You.