Reputation: 6102
I'm eager to start developing for WP7, but restarting my Mac to boot Windows seems pretty annoying. Is there any usable ways of WP7 development on Mac except virtual machines?
Thanks in regards.
Upvotes: 9
Views: 6542
Reputation: 6347
Visual Studio 2017 is now available on Mac. I haven't play with it yet, but it should at least support developing mobile apps using Xamarin. Another good news is that there is free VS version (community edition):
https://www.visualstudio.com/vs/visual-studio-mac/
Upvotes: 0
Reputation: 109119
VM is not an option, the Windows Phone emulator will not run from within a VM (here's an answer to an earlier SO question stating the reasons for that). The only option is to shutdown and boot Windows, however annoying that may be.
Upvotes: 10
Reputation: 5446
To develop WP7 using IDE such as Visual Studio .NET you have to work on Windows. So the only way is too install virtualisation such as VMWare Fusion or Parallel for MAC.
Hope this helps.
DCA
Upvotes: 3
Reputation: 7691
You might be able to use the open source .Net implementation Mono, but in order to actually test your applications and install them onto a WP7 device, you need Zune and that is not available on OS X.
The best option would be a VM to run Windows and Visual Studio.
Upvotes: 0