Home > OS >  Deploy wireless to iPhone using Windows machine
Deploy wireless to iPhone using Windows machine

Time:09-29

Can I deploy my xamarin.iOS app over Wifi from my windows machine?

I only have a remote mac that I use for building, but obviously can't plug in my iPhone there to establish a remote connection. Is there a feature in visual studio or any other possibility to debug wirelessly without the need to purchase a real mac?

CodePudding user response:

Is it possible to deploy an app to device without a mac ?

Yes, it is . Take a look at Hot Restart .

However , we need to connect to windows with usb .

And there are some limitations in this way .


Is it possible to deploy an app Wirelessly ?

Yes , it is ,please check Wireless Deployment for Xamarin.iOS and tvOS Apps.

Just ensure that your deployment machine and target device are on the same wireless network.

And the mac is required in this way.


Is it possible to deploy an app Wirelessly without a mac ?

No , it is impossible .

  • Related