Is it possible to develop iOS app for Windows using (Xamarin and visual studio) without MAC

I have already developed an Android app using xamarin and now I want to do the same for iOS. According to the official xamarin documentation, I need a MAC machine to compile my C # code, but I don't have a MAC. Is there any solution or alternative so that I can build ios app using xamarin without MAC.

+3


source to share


3 answers


Not. Core SDKs and build tools, including the iOS simulator, are provided by Apple and will only run on OSX.



+4


source


You can use the Cloud Mac Macincloud service , which supports Xamarin remote build from Visual Studio. You can't create iOS apps without a Mac, so Macincloud is your best alternative.



+1


source


As standard, Xcode only works on UNIX / OSX. However, you can run Mac OSX to develop iOS applications using programs such as VMWare and Parallels. But I will not recommend it in any way.

0


source







All Articles