WernerCD
WernerCD

Reputation: 2157

Apple App Development over Wireless/Wifi

When developing for Android, I can connect to my Android Phone wirelessly with an app like Wifi ADB (or similar).

adb connect 192.168.1.100 + that (or similar) app = build/push to device/debug with a wireless connection / without the need to physically connect device to computer.

Does that capability exist on the iPhone for developers? If it is available, is it also available for Xamarin Mac Agent while developing from Windows?

Upvotes: 0

Views: 620

Answers (1)

KPandian
KPandian

Reputation: 1198

yes you just have to configure it in Visual Studio Mac, follow the steps indicated here. But check the following note:

"Launching of application is still done through the USB cable, so the initial launch will still require you to have the cable plugged. But once started, you can safely unplug and continue your debugging session over WiFi."

Upvotes: 2

Related Questions